summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9cf213be..97356643 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+New in 1.4.1:
+* Fixed a compilation error in C++ mode.
+
+New in 1.4:
+* The data tables and algorithms have been updated to Unicode version 17.0.0.
+* Fixed a bug: The functions u*_grapheme_next and u*_grapheme_prev did not
+ work right for strings with Indic characters, Emojis, or regional indicators.
+
+New in 1.3:
+* The data tables and algorithms have been updated to Unicode version 16.0.0.
+* New function
+ uc_is_property_modifier_combining_mark
+ and new constant
+ UC_PROPERTY_MODIFIER_COMBINING_MARK.
+* Fixed a bug in the *printf functions: The %ls and %lc directives could
+ lead to a crash on Solaris and MSVC.
+
New in 1.2:
* The data tables and algorithms have been updated to Unicode version 15.1.0.
* New functions u8_pcpy, u16_pcpy, u32_pcpy, similar to mempcpy.