mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 23:42:50 +00:00
changelog: restore "Fixed bugs" heading removed at 68ef93ebd6e0
This commit is contained in:
parent
e4982a9c33
commit
15e5bf7188
10
CHANGELOG.md
10
CHANGELOG.md
@ -89,6 +89,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
reversing colors rather than underlining, you can set
|
||||
`colors."diff token"={ underline = false, reverse = true }` in your config.
|
||||
|
||||
* Added `revsets.log-graph-prioritize`, which can be used to configure
|
||||
which branch in the `jj log` graph is displayed on the left instead of `@`
|
||||
(e.g. `coalesce(description("megamerge\n"), trunk())`)
|
||||
|
||||
### Fixed bugs
|
||||
|
||||
* `jj log -p --stat` now shows diff stats as well as the default color-words/git
|
||||
diff output. [#5986](https://github.com/jj-vcs/jj/issues/5986)
|
||||
|
||||
@ -102,10 +108,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
unquoted apostrophes are allowed.
|
||||
[#5748](https://github.com/jj-vcs/jj/issues/5748)
|
||||
|
||||
* Added `revsets.log-graph-prioritize`, which can be used to configure
|
||||
which branch in the `jj log` graph is displayed on the left instead of `@`
|
||||
(e.g. `coalesce(description("megamerge\n"), trunk())`)
|
||||
|
||||
## [0.27.0] - 2025-03-05
|
||||
|
||||
### Release highlights
|
||||
|
Loading…
x
Reference in New Issue
Block a user