summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaurice Wangleng Tan <tanwangleng@outlook.com>2023-10-17 00:00:48 +0800
committerGitHub <noreply@github.com>2023-10-16 18:00:48 +0200
commit2fd957e2c805b022da1a1d44235ca66d21d8ca76 (patch)
tree568f7423f5f43ac07f8eb8107f1261cb4e527bd4 /CHANGELOG.md
parent09907f387338cd7847de2eac80db6cdbacc802c5 (diff)
Allow customizing line break visualization (#1904)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13befd08..86dbdfe0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Added
+* `theme.ron` now supports customizing line break symbol ([#1894](https://github.com/extrawurst/gitui/issues/1894))
+
## [0.24.3] - 2023-09-09
### Fixes