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

changelog: mention fixes for #924 and #1608 (racy change id / snapshot)

This commit is contained in:
Yuya Nishihara 2023-06-26 13:59:18 +09:00
parent 3c2657c393
commit 453d3a11fc

View file

@ -150,6 +150,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* It is now possible to `jj branch forget` deleted branches.
[#1537](https://github.com/martinvonz/jj/issues/1537)
* Fixed race condition when assigning change id to Git commit. If you've
already had unreachable change ids, run `jj debug reindex`.
[#924](https://github.com/martinvonz/jj/issues/924)
* Fixed false divergence on racy working-copy snapshots.
[#697](https://github.com/martinvonz/jj/issues/697),
[#1608](https://github.com/martinvonz/jj/issues/1608)
## [0.7.0] - 2023-02-16
### Breaking changes