summaryrefslogtreecommitdiffstats
path: root/vendor/similar/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/similar/CHANGELOG.md')
-rw-r--r--vendor/similar/CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/similar/CHANGELOG.md b/vendor/similar/CHANGELOG.md
index ba72a26ca..929c66865 100644
--- a/vendor/similar/CHANGELOG.md
+++ b/vendor/similar/CHANGELOG.md
@@ -2,6 +2,14 @@
All notable changes to similar are documented here.
+## 2.2.1
+
+* Fixed a panic in LCS diffs on matching input. (#43)
+
+## 2.2.0
+
+* Fixed a panic in text diff generation. (#37)
+
## 2.1.0
* Removed deprecated alternative slice diffing functions.
@@ -16,7 +24,7 @@ All notable changes to similar are documented here.
## 1.3.0
* Performance improvements for the LCS algorithm.
-* Small performance improvments by adding an early opt-out for and inline highlighting.
+* Small performance improvements by adding an early opt-out for and inline highlighting.
* Added `IdentifyDistinct` to convert sequences to ints.
* Small performance improvements for larger text diffs by using `IdentifyDistinct`
automatically above a threshold.