my fork of dmp
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8e3723a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# CHANGELOG.md
+
+## 0.2.0
+
+Features:
+
+ - stabilizing APIs & coming out of beta
+ - removes dependency burden on `chrono` for non-wasm targets - minor performance improvements for non-wasm targets
+ - tested and added more targets
+
+Fix:
+
+ - Fixes a panic [Issue](https://github.com/AnubhabB/diff-match-patch-rs/issues/2)
+
+General:
+
+ - elaborate compatibility tests with python, go and js libs. [Here](https://github.com/AnubhabB/diff-match-patch-rs-bench) \ No newline at end of file