Skip to content

Commit

Permalink
changelog: fix typo and move 'reachable' announcement to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
torquestomp authored and thoughtpolice committed May 21, 2024
1 parent a49da4a commit d31edd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `jj branch track` now show conflicts if there are some.

* A new revset `reachable(srcs, domain)` will return all commits that are
reachable from `srcs` within `domain`.

### Fixed bugs

* When the working copy commit becomes immutable, a new one is automatically created on top of it
Expand Down Expand Up @@ -111,9 +114,6 @@ to avoid letting the user edit the immutable one.
* `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to
customize the location of the rebased revisions.

* A new revset `reahable(srcs, domain)` will return all commits that are
reachable from `srcs` within `domain`.

### Fixed bugs

* Revsets now support `\`-escapes in string literal.
Expand Down

0 comments on commit d31edd4

Please sign in to comment.