Skip to content

Commit

Permalink
Updated CHANGELOG for 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 25, 2024
1 parent 3a232e8 commit 12db532
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 99 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
22 changes: 0 additions & 22 deletions news/5033-update-conda-inspect-channels

This file was deleted.

19 changes: 0 additions & 19 deletions news/5093-add-goat-counter

This file was deleted.

20 changes: 0 additions & 20 deletions news/5105-script-env-warn

This file was deleted.

19 changes: 0 additions & 19 deletions news/allure-removal

This file was deleted.

19 changes: 0 additions & 19 deletions news/python312

This file was deleted.

0 comments on commit 12db532

Please sign in to comment.