Skip to content

Commit

Permalink
Add news
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Apr 13, 2024
1 parent c226975 commit bde19c3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions news/5284-deprecate-HashableDict
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* Deprecate `conda_build.utils.HashableDict`. Use `frozendict` instead. (#5284)
* Deprecate `conda_build.utils._convert_lists_to_sets`. Use `frozendict` instead. (#5284)
* Deprecate `conda_build.utils.represent_hashabledict`. Use `frozendict` instead. (#5284)

### Docs

* <news item>

### Other

* <news item>

0 comments on commit bde19c3

Please sign in to comment.