Skip to content

Commit f47b021

Browse files
authored
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
1 parent 498a324 commit f47b021

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release-notes/boost_1_90_0.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ particularly for mixed successful/unsuccessful queries.
143143
for the PR (boost_gh:pr[lexical_cast,86]).
144144
** Fixed regression in `unsigned short` to `wstring` casting without `wchar_t` builtin type.
145145

146+
* boost_phrase:library[Locale,/libs/locale/]:
147+
** Fixed B2 build files to avoid building dynamic versions of various Boost libraries
148+
when only static ones are requested (boost_gh:pr[locale,266]).
149+
** When ISO8859-1 or ISO8859-8 encoding is requested, allow using Windows codepages 1252 or 1255, respectively,
150+
instead of using the "C" (classic) locale when the selected Windows locale doesn't support that ISO8859 encoding.
151+
** Enabled a workaround for an issue in Cygwins stdlib when converting some long UTF-8 sequences to UTF-16.
152+
146153
* boost_phrase:library[Log,/libs/log/]:
147154
** Fixed a missed optimization in `value_ref` visitation.
148155
** Fixed a possible long and useless loop on log file rotation in `text_file_backend`. If the log

0 commit comments

Comments
 (0)