From d75985cf09fd753047952beaafa691645c47724f Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 29 May 2015 23:07:29 -0400 Subject: bump API/ABI version to 1.3, add NEWS --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'NEWS.md') 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: -- cgit v1.2.3