diff --git a/CHANGELOG.md b/CHANGELOG.md index 62edf32ae8..f91d7bc3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ [//]: # (current developments) +## 24.1.0 (2024-01-25) + +### Enhancements + +* Update `conda inspect channels` to use updated solver/transaction logic. (#5033) +* Relax script_env error in outputs when variable referenced in script_env is not defined. + This unifies current behavior with the top-level build. (#5105) +* Add support for Python 3.12. (#4997 via #4998) +* Adopt calender versioning (CalVer) per CEP-8 for consistency with conda. (#4975) +* Adopt expedited CEP-9 deprecation policy. (#5064) + +### Deprecations + +* Mark `conda inspect channels --test-installable` as pending deprecation. (#5033) +* Mark `conda_build.inspect_pkg.check_install(package)` as pending deprecation in favor of `conda_build.inspect_pkg.check_install(subdir)`. (#5033) +* Mark `conda_build.inspect_pkg.check_install(prepend)` as pending deprecation. (#5033) +* Mark `conda_build.inspect_pkg.check_install(minimal_hint)` as pending deprecation. (#5033) + +### Docs + +* Add goat counter (https://www.goatcounter.com/) as an analytics tool. (#5093) + +### Other + +* Remove unused Allure test report collection. (#5113) + +### Contributors + +* @conda-bot +* @dholth +* @jaimergp +* @jezdez +* @johnnynunez +* @kenodegard +* @msarahan +* @travishathaway +* @pre-commit-ci[bot] + + + ## 3.28.4 (2024-01-17) ### Bug fixes diff --git a/news/5033-update-conda-inspect-channels b/news/5033-update-conda-inspect-channels deleted file mode 100644 index 13fba0b6b4..0000000000 --- a/news/5033-update-conda-inspect-channels +++ /dev/null @@ -1,22 +0,0 @@ -### Enhancements - -* Update `conda inspect channels` to use updated solver/transaction logic. (#5033) - -### Bug fixes - -* - -### Deprecations - -* Mark `conda inspect channels --test-installable` as pending deprecation. (#5033) -* Mark `conda_build.inspect_pkg.check_install(package)` as pending deprecation in favor of `conda_build.inspect_pkg.check_install(subdir)`. (#5033) -* Mark `conda_build.inspect_pkg.check_install(prepend)` as pending deprecation. (#5033) -* Mark `conda_build.inspect_pkg.check_install(minimal_hint)` as pending deprecation. (#5033) - -### Docs - -* - -### Other - -* diff --git a/news/5093-add-goat-counter b/news/5093-add-goat-counter deleted file mode 100644 index 37b3a9b3b9..0000000000 --- a/news/5093-add-goat-counter +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add goat counter (https://www.goatcounter.com/) as an analytics tool. (#5093) - -### Other - -* diff --git a/news/5105-script-env-warn b/news/5105-script-env-warn deleted file mode 100644 index 5b7d66bad5..0000000000 --- a/news/5105-script-env-warn +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* Relax script_env error in outputs when variable referenced in script_env is not defined. - This unifies current behavior with the top-level build. (#5105) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/allure-removal b/news/allure-removal deleted file mode 100644 index c0ded04770..0000000000 --- a/news/allure-removal +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Remove unused Allure test report collection. (#5113) diff --git a/news/python312 b/news/python312 deleted file mode 100644 index ea26dc177c..0000000000 --- a/news/python312 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add support for Python 3.12. (#4997 via #4998) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -*