2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

Update ChangeLog for 1.87 release (#229)

This commit is contained in:
Jeff Trull
2024-10-30 21:47:47 -07:00
committed by GitHub
parent ffdc3419a3
commit d4c15cf3d8

View File

@@ -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()