diff options
author | Wilfred Hughes <me@wilfred.me.uk> | 2023-07-10 09:04:53 -0700 |
---|---|---|
committer | Wilfred Hughes <me@wilfred.me.uk> | 2023-07-10 09:04:53 -0700 |
commit | d9382640edb1163ca71d988d38fe97201103371a (patch) | |
tree | bab13339eec2f721a51dda1d6daf83a5e40a31cf | |
parent | 58243222445b601c0981aeafb699428164f5ba7e (diff) |
Mention the new subword string highlighting in the changelog
-rw-r--r-- | CHANGELOG.md | 3 |
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. |