From: Steven G. Johnson Date: Thu, 11 Sep 2025 01:00:56 +0000 (-0400) Subject: NEWS updates for 2.11.0 (#303) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a36c09522ac9791df39f66ded9d7c18b112409cf;p=utf8proc.git NEWS updates for 2.11.0 (#303) --- diff --git a/NEWS.md b/NEWS.md index 1288d10..1297458 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,15 @@ # utf8proc release history # -## Version 2.11.0-alpha ## +## Version 2.11.0 ## -TBD — awaiting final Unicode 17 release. +2024-09-10 - Unicode 17 support ([#292]). + - Documentation improvements ([#295], [#291]). + + - Build fix for C90 ([#284]), silence ASAN warning ([#240]), CMake modernization ([#260]). + ## Version 2.10.0 ## 2024-12-31 @@ -455,8 +459,13 @@ Release of version 1.0.1 [#205]: https://github.com/JuliaStrings/utf8proc/issues/205 [#224]: https://github.com/JuliaStrings/utf8proc/issues/224 [#233]: https://github.com/JuliaStrings/utf8proc/issues/233 +[#240]: https://github.com/JuliaStrings/utf8proc/issues/240 [#247]: https://github.com/JuliaStrings/utf8proc/issues/247 [#253]: https://github.com/JuliaStrings/utf8proc/issues/253 +[#260]: https://github.com/JuliaStrings/utf8proc/issues/260 [#270]: https://github.com/JuliaStrings/utf8proc/issues/270 [#277]: https://github.com/JuliaStrings/utf8proc/issues/277 +[#284]: https://github.com/JuliaStrings/utf8proc/issues/284 +[#291]: https://github.com/JuliaStrings/utf8proc/issues/291 [#292]: https://github.com/JuliaStrings/utf8proc/issues/292 +[#295]: https://github.com/JuliaStrings/utf8proc/issues/295