From 453d3a11fcbee9485e6749c5f7bb45f0ae39cc87 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Mon, 26 Jun 2023 13:59:18 +0900 Subject: [PATCH] changelog: mention fixes for #924 and #1608 (racy change id / snapshot) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f50e3797..65182e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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