summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2016-07-27 04:58:49 -0700
committerSteven G. Johnson <stevenj@mit.edu>2016-07-27 07:58:49 -0400
commit8e3174f334c9ff322e0e155285f87e04cb536ed0 (patch)
tree2f28b91fae2b15c9dfa35c43ddb0a01e6e8ef795 /NEWS.md
parent0bf1973a0f842c5847f7936f3512e19f3ede33e9 (diff)
downloadlibutf8proc-8e3174f334c9ff322e0e155285f87e04cb536ed0.tar.gz
libutf8proc-8e3174f334c9ff322e0e155285f87e04cb536ed0.tar.bz2
NEWS and version numbers for 2.0.2 (#81)
* Add NEWS.md items for #79 and #80 * Prepare version numbers for 2.0.2 * Also update API version to 2.0.2
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index ec8108e..2ad128b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,17 @@
# utf8proc release history #
+## Version 2.0.2 ##
+
+2016-07-26:
+
+- Move `-Wmissing-prototypes` warning flag from `Makefile` to `.travis.yml`
+ since MSVC does not understand this flag and it is occasionally useful to
+ build using MSVC through the `Makefile` ([#79]).
+
+- Use a different variable name for a nested loop in `bench/bench.c`, and
+ declare it in a C89 way rather than inside the `for` to avoid "error:
+ 'for' loop initial declarations are only allowed in C99 mode" ([#80]).
+
## Version 2.0.1 ##
2016-07-13: