From f632f54034c9c8d9ba756c47b92edaa67b49a03c Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 3 Dec 2024 11:49:14 +0000 Subject: [PATCH] Minor changelog adjustments --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61835db2..a8d055f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: . ## 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