summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-10-14 13:48:39 -0700
committerWilfred Hughes <me@wilfred.me.uk>2022-10-14 13:50:00 -0700
commit6b0009c941b3959831b2a50fde115e0cdd035f7c (patch)
tree6fd076c9d6e6f31c1f04c74feed0365af90daf41
parent02f1cca444ef2fa61a93b5a7890a35118b8db176 (diff)
Mention perf improvements from #393 and #3950.37.0
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7a62be7a..df6d48316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ Added a Chinese translation: https://difftastic.wilfred.me.uk/zh-CN/
### Diffing
+Improved runtime performance and memory usage (thanks to @QuarticCat).
+
Standalone `.` is now considered punctuation in the diff cost model,
which improves diff results in some cases.