From 69d38fbf9623f39258f46d67b9ce9b25e1a10b63 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Thu, 4 Apr 2024 13:04:11 +0900 Subject: [PATCH] docs: move new changelog entry to the unreleased section --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2badbd593..7c235b432 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.