Skip to content

Commit

Permalink
changelog: mention fixes for martinvonz#924 and martinvonz#1608 (racy…
Browse files Browse the repository at this point in the history
… change id / snapshot)
  • Loading branch information
yuja committed Jun 26, 2023
1 parent 3c2657c commit e6b63f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b63f2

Please sign in to comment.