Skip to content

Commit 85a9df4

Browse files
committed
docs(changelog): record GH #5352 Mutex atomic_flag::test fix
PR #5353 (cherry-picked as 7a14d52) closed issue #5352. Both were added to the 1.15.3 milestone after the release commit landed, so the CHANGELOG and doc/99100-ReleaseNotes.page entries were missing.
1 parent 7a14d52 commit 85a9df4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Features, Enhancements and Third Party Updates:
6262

6363
Bug Fixes and Improvements:
6464

65+
- GH #5352 C++20 does not guarantee atomic_flag::test (PR #5353)
6566
- GH #5347 PDF does not build with make
6667
- GH #5342 Oracle ODBC CI fail
6768
- GH #5340 PropertyFileConfiguration does not persist deletion of last key from included property files

doc/99100-ReleaseNotes.page

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bundled Third-Party Library Upgrades:
4242

4343
!!Bug Fixes and Improvements
4444

45+
- GH #5352 C++20 does not guarantee atomic_flag::test (PR #5353)
4546
- GH #5347 PDF does not build with make
4647
- GH #5342 Oracle ODBC CI fail
4748
- GH #5340 PropertyFileConfiguration does not persist deletion of last key from included property files

0 commit comments

Comments
 (0)