summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-05-29 23:07:29 -0400
commitd75985cf09fd753047952beaafa691645c47724f (patch)
tree2258757addc8b85461ada6e42b0c255ac8f51b76 /NEWS.md
parent59b69142ea2ab2cca250a3c92a887ee5e2531680 (diff)
downloadlibutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.gz
libutf8proc-d75985cf09fd753047952beaafa691645c47724f.tar.bz2
bump API/ABI version to 1.3, add NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f4d99f8..8195507 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,20 @@
# utf8proc release history #
+## Version 1.3-dev ##
+
+- New `utf8proc_tolower` and `utf8proc_toupper` functions, portable
+ replacements for `towlower` and `towupper` in the C library ([#40]).
+
+- Don't treat Unicode "non-characters" as invalid, and improved
+ validity checking in general ([#35]).
+
+- Prefix all typedefs with `utf8proc_`, e.g. `utf8proc_int32_t`,
+ to avoid collisions with other libraries ([#32]).
+
+- Rename `DLLEXPORT` to `UTF8PROC_DLLEXPORT` to prevent collisions.
+
+- Fix build breakage in the benchmark routines.
+
## Version 1.2 ##
2015-03-28: