diff --git a/CHANGELOG.md b/CHANGELOG.md index 730dfd2654..d1f0b07531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Release v2.15.1 (2024-04-25) + + +### Bug Fixes + +- Disable check update in `zsh` completion script. ([#2838](https://github.com/pdm-project/pdm/issues/2838)) +- Fixes cached packages metadata files (`.referrers`) collisions on `sync` when using a `venv` with `symlink` cache method. ([#2839](https://github.com/pdm-project/pdm/issues/2839)) + +### Documentation + +- Build docs with object inventory to support cross references from Sphinx documentation projects. ([#2841](https://github.com/pdm-project/pdm/issues/2841)) + + ## Release v2.15.0 (2024-04-19) diff --git a/news/2838.bugfix.md b/news/2838.bugfix.md deleted file mode 100644 index ebcaaf33e3..0000000000 --- a/news/2838.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Disable check update in `zsh` completion script. diff --git a/news/2839.bugfix.md b/news/2839.bugfix.md deleted file mode 100644 index eb09f71d1b..0000000000 --- a/news/2839.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixes cached packages metadata files (`.referrers`) collisions on `sync` when using a `venv` with `symlink` cache method. diff --git a/news/2841.doc.md b/news/2841.doc.md deleted file mode 100644 index 803f2cc2c7..0000000000 --- a/news/2841.doc.md +++ /dev/null @@ -1 +0,0 @@ -Build docs with object inventory to support cross references from Sphinx documentation projects. \ No newline at end of file