summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan P. <eth-p+git@hidden.email>2024-04-06 18:10:01 -0700
committerEthan P. <eth-p+git@hidden.email>2024-07-30 21:22:05 -0700
commit39684b85ad6c14819a7780c2feef37a888ac7f43 (patch)
treeb3cc9eb8214f84282eae1f66fa5f73586225608a
parentaa3ec109b74eb6e23d1fe15ade3087ca8430eeb2 (diff)
Update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 610af60a..ea47b58f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
- `PrettyPrinter::squeeze_empty_lines` to support line squeezing for bat as a library, see #1441 (@eth-p) and #2665 (@einfachIrgendwer0815)
- Syntax highlighting for JavaScript files that start with `#!/usr/bin/env bun` #2913 (@sharunkumar)
- `bat --strip-ansi={never,always,auto}` to remove ANSI escape sequences from bat's input, see #2999 (@eth-p)
+- Add or remove individual style components without replacing all styles #2929 (@eth-p)
## Bugfixes