summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-10-20 15:22:21 +0200
committerJörg Frings-Fürst <debian@jff.email>2024-10-20 15:22:21 +0200
commit1d8b9e17ea13630aec475484da09ebba0366f7c8 (patch)
tree0c801f68561bfb0930a4ade80d7ca3a7940887ab /NEWS
parent84e26c587987e8484d55db4165f188b40c09e94b (diff)
parent630f99f29bd31a76d8d24da2975a045452c763ef (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9cf213be..87aeff18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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.