这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/base/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def ssl_verify_validation(value):
def _warn_defaults_deprecation():
deprecated.topic(
"24.9",
"25.3",
"25.9",
topic=f"Adding '{DEFAULTS_CHANNEL_NAME}' to channel list implicitly",
addendum=(
"\n\n"
Expand Down
19 changes: 19 additions & 0 deletions news/14662-postpone-default-channel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* Postpone implicit `defaults` multichannel deprecation to `25.9`. Users relying on this behavior are encouraged to run `conda config --add channels defaults`. (#14178 via #14662)

### Docs

* <news item>

### Other

* <news item>
Loading