diff --git a/CHANGES.rst b/CHANGES.rst index 67c2315a2..abeaa9a59 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,42 @@ Changelog .. towncrier release notes start +2.15.0 (2021-08-26) +=================== + +Features +-------- + +- Add custom_fields to hold non-standard PackageIndex fields + `#8232 `_ + + +Bugfixes +-------- + +- The plugins async pipeline was made Django 3 compatible in anticipation of pulpcore 3.15. + `#9299 `_ + + +Improved Documentation +---------------------- + +- Reworked the plugin installation docs to be helpful to new users. + `#9186 `_ + + +Misc +---- + +- Added touch statements to prevent false positives during orphan cleanup. + `#9162 `_ +- Replaced deprecated JSONField model from contrib with the one available with Django 3. + `#9300 `_ + + +---- + + 2.14.1 (2021-07-29) =================== diff --git a/CHANGES/8232.feature b/CHANGES/8232.feature deleted file mode 100644 index 24b94fe71..000000000 --- a/CHANGES/8232.feature +++ /dev/null @@ -1 +0,0 @@ -Add custom_fields to hold non-standard PackageIndex fields diff --git a/CHANGES/9162.misc b/CHANGES/9162.misc deleted file mode 100644 index 9bcc645eb..000000000 --- a/CHANGES/9162.misc +++ /dev/null @@ -1 +0,0 @@ -Added touch statements to prevent false positives during orphan cleanup. diff --git a/CHANGES/9186.doc b/CHANGES/9186.doc deleted file mode 100644 index 4f48392c6..000000000 --- a/CHANGES/9186.doc +++ /dev/null @@ -1 +0,0 @@ -Reworked the plugin installation docs to be helpful to new users. diff --git a/CHANGES/9299.bugfix b/CHANGES/9299.bugfix deleted file mode 100644 index ee62072cf..000000000 --- a/CHANGES/9299.bugfix +++ /dev/null @@ -1 +0,0 @@ -The plugins async pipeline was made Django 3 compatible in anticipation of pulpcore 3.15. diff --git a/CHANGES/9300.misc b/CHANGES/9300.misc deleted file mode 100644 index 8d787c838..000000000 --- a/CHANGES/9300.misc +++ /dev/null @@ -1 +0,0 @@ -Replaced deprecated JSONField model from contrib with the one available with Django 3.