From 95592d7cff021ee838670ab6cd9d3ddbe5cb4ef2 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 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.