diff --git a/CHANGELOG.md b/CHANGELOG.md index 2badbd5932..7c235b432c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features +* The list of conflicted paths is printed whenever the working copy changes. + This can be disabled with the `--quiet` option. + ### Fixed bugs ## [0.16.0] - 2024-04-03 @@ -78,9 +81,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * new function `working_copies()` for revsets to show the working copy commits of all workspaces. -* The list of conflicted paths is printed whenever the working copy changes. - This can be disabled with the `--quiet` option. - ### Fixed bugs None.