Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-beilis committed Jan 20, 2018
1 parent 85d5966 commit bc9ab43
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
/*!
\page changelog Changelog

- 1.66.0
- 1.67.0
- Added support of unique_ptr interface in addition to C++2003 auto_ptr - in order to support C++2017, now you can use BOOST_LOCALE_HIDE_AUTO_PTR definiton to remove auto_ptr from the interfaces and prevent deprecated watnings
- Fixed test problem with ICU >60.1
- Fix of solaris build
- Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround
- Added workaround for failing MSVC tests due to 932 codepage codecvt issue
- Fixed bugs 6851, 12572, 12453
- Fixed missing throw in case of failure in icu/date_time
- Fixed build agains Boost.Thread v4
- Fixed Year of week instead of year ICU backend formatting
- Fixed formatting test for ICU 56.1 and above
- 1.60.0
Expand Down
10 changes: 9 additions & 1 deletion doc/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,16 @@
</div><!--header-->
<div class="contents">
<div class="textblock"><ul>
<li>1.66.0
<li>1.67.0
<ul>
<li>Added support of unique_ptr interface in addition to C++2003 auto_ptr - in order to support C++2017, now you can use BOOST_LOCALE_HIDE_AUTO_PTR definiton to remove auto_ptr from the interfaces and prevent deprecated watnings</li>
<li>Fixed test problem with ICU &gt;60.1</li>
<li>Fix of solaris build</li>
<li>Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround</li>
<li>Added workaround for failing MSVC tests due to 932 codepage codecvt issue</li>
<li>Fixed bugs 6851, 12572, 12453</li>
<li>Fixed missing throw in case of failure in icu/date_time</li>
<li>Fixed build agains Boost.Thread v4</li>
<li>Fixed Year of week instead of year ICU backend formatting</li>
<li>Fixed formatting test for ICU 56.1 and above</li>
</ul>
Expand Down

0 comments on commit bc9ab43

Please sign in to comment.