diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe35b2345..840bc6636a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ [//]: # (current developments) +## 24.1.2 (2024-02-15) + +### Bug fixes + +* Fix rpaths patcher being run on symbolic links. (#5179 via #5181) +* Fix corrupted package cache for outputs in subpackage tests. (#5184) + +### Contributors + +* @mbargull + + + ## 24.1.1 (2024-02-07) ### Bug fixes diff --git a/news/5181-fix-no-set-rpath-for-symlink b/news/5181-fix-no-set-rpath-for-symlink deleted file mode 100644 index 35fb7a72c5..0000000000 --- a/news/5181-fix-no-set-rpath-for-symlink +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix rpaths patcher being run on symbolic links. (#5179 via #5181) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/5184-fix-multi-output-package-corruption b/news/5184-fix-multi-output-package-corruption deleted file mode 100644 index 584a2a1f35..0000000000 --- a/news/5184-fix-multi-output-package-corruption +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix corrupted package cache for outputs in subpackage tests. (#5184) - -### Deprecations - -* - -### Docs - -* - -### Other - -*