From f47b02191182405a505234bfb6631a6edcbe18d7 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 20 Nov 2025 17:45:47 +0100 Subject: [PATCH] Update release notes for Boost.Locale in 1.90.0 (#544) * Update release notes for Boost.Locale in 1.90.0 * Make wording consistent with others --- release-notes/boost_1_90_0.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes/boost_1_90_0.adoc b/release-notes/boost_1_90_0.adoc index 4507184..f8f4752 100644 --- a/release-notes/boost_1_90_0.adoc +++ b/release-notes/boost_1_90_0.adoc @@ -143,6 +143,13 @@ particularly for mixed successful/unsuccessful queries. for the PR (boost_gh:pr[lexical_cast,86]). ** Fixed regression in `unsigned short` to `wstring` casting without `wchar_t` builtin type. +* boost_phrase:library[Locale,/libs/locale/]: +** Fixed B2 build files to avoid building dynamic versions of various Boost libraries + when only static ones are requested (boost_gh:pr[locale,266]). +** When ISO8859-1 or ISO8859-8 encoding is requested, allow using Windows codepages 1252 or 1255, respectively, + instead of using the "C" (classic) locale when the selected Windows locale doesn't support that ISO8859 encoding. +** Enabled a workaround for an issue in Cygwins stdlib when converting some long UTF-8 sequences to UTF-16. + * boost_phrase:library[Log,/libs/log/]: ** Fixed a missed optimization in `value_ref` visitation. ** Fixed a possible long and useless loop on log file rotation in `text_file_backend`. If the log