Minor changelog adjustments

This commit is contained in:
Ayaz Salikhov
2024-12-03 11:49:14 +00:00
parent 143db355da
commit f632f54034

View File

@@ -7,7 +7,7 @@ All image manifests can be found in [the wiki](https://github.com/jupyter/docker
Affected: all images.
- **Breaking:** Switch to `mamba` v2 ([#2147](https://github.com/jupyter/docker-stacks/pull/2147)).
- **Breaking:** `docker-stacks-foundation`: switch to `mamba` v2 ([#2147](https://github.com/jupyter/docker-stacks/pull/2147)).
More information about changes made: <https://mamba.readthedocs.io/en/latest/developer_zone/changes-2.0.html>.
## 2024-11-08
@@ -16,7 +16,7 @@ Affected: all images except `docker-stacks-foundation`.
- **Breaking:** `base-notebook`: stop installing `nodejs` from `conda-forge` ([#2172](https://github.com/jupyter/docker-stacks/pull/2172)).
Reason: It isn't a direct dependency on anything in the images any more, and increased the image size with ~150MB.
Reason: It isn't a direct dependency on anything in the images anymore, and increased the image size by ~150MB.
## 2024-11-06