ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: move new changelog entry to the unreleased section

This commit is contained in:
Yuya Nishihara 2024-04-04 13:04:11 +09:00
parent 7e46cc13dc
commit 69d38fbf96

View file

@ -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.