Skip to content

Commit

Permalink
changelog: mention fixes for #924 and #1608 (racy change id / snapshot)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Jun 26, 2023
1 parent 3c2657c commit 453d3a1
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 453d3a1

Please sign in to comment.