Skip to content

Commit

Permalink
Update news file
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha committed May 29, 2024
1 parent b36e934 commit 35170f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/5333-remove-24.7.x-deprecations
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
* `conda_build.conda_interface.VersionOrder` (use `conda.models.version.VersionOrder` instead)
* `conda_build.conda_interface.walk_prefix` (use `conda.misc.walk_prefix` instead)
* `conda_build.conda_interface.win_path_to_unix` (use `conda.common.path.win_path_to_unix` instead)
* `conda_build.index.channel_data`
* `conda_build.index.channel_data`; `conda_build.index.get_build_index` return value for `channel_data` is now always `None`
* `conda_build.utils._convert_lists_to_sets` (use `frozendict.deepfreeze` instead)
* `conda_build.utils.HashableDict` (use `frozendict.deepfreeze` instead)
* `conda_build.utils.represent_hashabledict` (use `frozendict.deepfreeze` instead)
Expand Down

0 comments on commit 35170f9

Please sign in to comment.