summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2016-12-11 16:42:24 -0500
committerSteven G. Johnson <stevenj@alum.mit.edu>2016-12-11 16:42:24 -0500
commit6271fb97c08e28b16fd39d440cb586c73c7d8a0f (patch)
treee4a5a98b42e4ce28cdb9c2087b7f9c98d023bbac
parent15e1819cdd326639a49481eb105dee242de99104 (diff)
downloadlibutf8proc-6271fb97c08e28b16fd39d440cb586c73c7d8a0f.tar.gz
libutf8proc-6271fb97c08e28b16fd39d440cb586c73c7d8a0f.tar.bz2
update NEWS [ci skip]
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 663e506..0430b1b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -12,6 +12,10 @@
- Fixed stack overflow that could occur due to incorrect definition
of `UINT16_MAX` with some compilers ([#84]).
+- Fixed conflict with `stdbool.h` in Visual Studio ([#90]).
+
+- Updated font metrics to use Unifont 9.0.04.
+
## Version 2.0.2 ##
2016-07-27:
@@ -294,3 +298,4 @@ Release of version 1.0.1
[#84]: https://github.com/JuliaLang/utf8proc/pull/84
[#88]: https://github.com/JuliaLang/utf8proc/pull/88
[#89]: https://github.com/JuliaLang/utf8proc/pull/89
+[#90]: https://github.com/JuliaLang/utf8proc/issues/90