summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-07-10 09:04:53 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-07-10 09:04:53 -0700
commitd9382640edb1163ca71d988d38fe97201103371a (patch)
treebab13339eec2f721a51dda1d6daf83a5e40a31cf
parent58243222445b601c0981aeafb699428164f5ba7e (diff)
Mention the new subword string highlighting in the changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbc101a2be..1bb1be6e33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ Updated Scala parser.
### Diffing
+Replaced strings now have subword highlighting, consistent with
+replaced comments. Thanks @amnore!
+
Fixed an issue with the cost model for comment replacement, leading
difftastic to prefer modified comments even when exact comment matches
are possible.