my fork of dmp
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 341f0f9..e96c82d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,19 +1,22 @@
# CHANGELOG.md
-## 0.4.0
+## 0.4.1
+Minor performance & cleanup to Diff:
+
+ - the techniques to attain performance gains in `v0.4.0` now applied across the entire diff flow.
+ - some cleanups and simplification
+## 0.4.0
Performance:
- - Non-algorithmic improvements to `Diff` implementation resulting in `~41%` improvements over previous benchmarks. Experiments: https://blog.anubhab.me/tech/optimizing-diff-match-patch/.
+ - Non-algorithmic improvements to `Diff` implementation resulting in `~41%` improvements over previous benchmarks. Experiments: https://blog.anubhab.me/tech/optimizing-diff-match-patch/
## 0.3.2
-
Fix:
- Minor fix for [Issue](https://github.com/AnubhabB/diff-match-patch-rs/issues/7)
## 0.3.1
-
Fix:
- Fixing order of Ops definition [Issue](https://github.com/AnubhabB/diff-match-patch-rs/issues/5)
@@ -29,7 +32,6 @@ Fix:
- fixed bug in optional dependency `chrono` based on target `wasm32-unknown-unknown`
## 0.2.0
-
Features:
- stabilizing APIs & coming out of beta