Skip to content

Commit

Permalink
fix: fix change notes to move something from 0.19 to future
Browse files Browse the repository at this point in the history
  • Loading branch information
fowles committed Jul 4, 2024
1 parent df8202a commit 3c07d10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### New features

* External diff tools can now be configured to invoke the tool on each file
individually instead of being passed a directory by setting
`merge-tools.$TOOL.diff-invocation-mode="file-by-file"` in config.toml.

### Fixed bugs

## [0.19.0] - 2024-07-03
Expand Down Expand Up @@ -98,10 +102,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

* `jj squash` now accepts a `--keep-emptied` option to keep the source commit.

* External diff tools can now be configured to invoke the tool on each file
individually instead of being passed a directory by setting
`merge-tools.$TOOL.diff-invocation-mode="file-by-file"` in config.toml.

### Fixed bugs

* `jj git push` now ignores immutable commits when checking whether a
Expand Down

0 comments on commit 3c07d10

Please sign in to comment.