Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 21, 2024
1 parent 668a8bc commit 0cb9683
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- 1.85.0
- Breaking changes
- `collator` does no longer derive from `std::collator` avoiding possible type confusion
- `date_time` stores time in second resolution for the ICU backend, where sub-second resolution was added/fixed in Boost 1.81
- `comparator` in case of errors now throws on construction instead of on use as documented
- Character encoding conversion using IConv throws a `std::runtime_error` when the used IConv library is detected to be faulty (instead of running into an infinite loop)
- 1.84.0
- Breaking changes
- `to_title` for the WinAPI backend returns the string unchanged instead of an empty string
Expand Down

0 comments on commit 0cb9683

Please sign in to comment.