changelog: restore "Fixed bugs" heading removed at 68ef93ebd6e0

This commit is contained in:
Yuya Nishihara 2025-03-30 10:40:01 +09:00
parent e4982a9c33
commit 15e5bf7188

View File

@ -89,6 +89,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
reversing colors rather than underlining, you can set reversing colors rather than underlining, you can set
`colors."diff token"={ underline = false, reverse = true }` in your config. `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 * `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) 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. unquoted apostrophes are allowed.
[#5748](https://github.com/jj-vcs/jj/issues/5748) [#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 ## [0.27.0] - 2025-03-05
### Release highlights ### Release highlights