Skip to content

Commit

Permalink
fix: changelog entry for PR #3600
Browse files Browse the repository at this point in the history
  • Loading branch information
tdaron committed May 14, 2024
1 parent 823041c commit 1425c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1425c04

Please sign in to comment.