Skip to content

Commit

Permalink
Update ChangeLog for 1.87 release (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull authored Oct 31, 2024
1 parent ffdc341 commit d4c15cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ TODO (known issues):

CHANGELOG

Boost V1.87:
- Fixed #220: Seg fault under C++20 and empty stringify parameter (thanks jwnhy)
- Fixed #222: No line directive if first line of included file is blank (thanks Nick Nobles)
- Misc build fixes: CI server update, deprecated headers, modular build

Boost V1.86:
- Fixed #197: Improper signed overflow handling (UB and a missing division check)
- Replaced usage of vsprintf() with the more secure vsnprintf()
Expand Down

0 comments on commit d4c15cf

Please sign in to comment.