summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index eb4fce7..7e0b6e0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,9 @@
- `cmake` fix to avoid defining `UTF8PROC_EXPORTS` globally ([#121]).
+- `toupper` of ß (U+00df) now yields ẞ (U+1E9E) ([#134]), similar to musl;
+ case-folding still yields the standard "ss" mapping.
+
## Version 2.1.1 ##
2018-04-27
@@ -332,3 +335,4 @@ Release of version 1.0.1
[#128]: https://github.com/JuliaLang/utf8proc/issues/128
[#132]: https://github.com/JuliaLang/utf8proc/issues/132
[#133]: https://github.com/JuliaLang/utf8proc/issues/133
+[#134]: https://github.com/JuliaLang/utf8proc/issues/134