From b1fca954cf738fb1219a458d3dc657b15cc9c704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Daron?= Date: Tue, 14 May 2024 10:38:48 +0200 Subject: [PATCH] fix: changelog entry for PR #3600 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bf35317..d10496145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed bugs +* When the working copy commit becomes immutable, a new one is automatically created on top of it +to avoid letting the user edit the immutable one. + ## [0.17.1] - 2024-05-07 ### Fixed bugs @@ -110,9 +113,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 rebase the children of the revision being split if they had other parents (i.e. if the child was a merge). -* When the working copy commit becomes immutable, a new one is automatically created on top of it -to avoid letting the user edit the immutable one. - * The `snapshot.max-new-file-size` option can now handle raw integer literals, interpreted as a number of bytes, where previously it could only handle string literals. This means that `snapshot.max-new-file-size="1"` and