diff --git a/CHANGES.md b/CHANGES.md index c8780d909dc..c3d5c2494a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +3.15.3 (2024-05-24) +------------------- + +### Fixed + +- Fix interpretation of `exists_if` predicate in `META` files of installed + libraries containing more than one element. (#10564, fixes #10563, @dbuenzli, + @nojb) + +- Fix TSAN warning in wait4 stubs (#10554, fixes #10553, @emillon) + 3.15.2 (2024-04-23) ------------------- diff --git a/doc/changes/10554.md b/doc/changes/10554.md deleted file mode 100644 index d95245ad5c3..00000000000 --- a/doc/changes/10554.md +++ /dev/null @@ -1 +0,0 @@ -- fix TSAN warning in wait4 stubs (#10554, fixes #10553, @emillon) diff --git a/doc/changes/10564.md b/doc/changes/10564.md deleted file mode 100644 index 541b6bb5dfe..00000000000 --- a/doc/changes/10564.md +++ /dev/null @@ -1,3 +0,0 @@ -- fix interpretation of `exists_if` predicate in `META` files of installed - libraries containing more than one element. (#10564, fixes #10563, @dbuenzli, - @nojb)