summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-20 11:25:01 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-20 11:25:01 -0500
commit69abd4952d875f02e41663085d586fb884fc8006 (patch)
tree3a4ba2c61412a70515066d33e7c7db5556b15eb9
parent01fce789b26d9adc65d29af9b8a194e1b3ef7a60 (diff)
downloaddiff-lcs-69abd4952d875f02e41663085d586fb884fc8006.tar.gz
Remove probaby-unnecessary threshold map update
-rw-r--r--History.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/History.md b/History.md
index e0905ae..31d9919 100644
--- a/History.md
+++ b/History.md
@@ -8,6 +8,10 @@
- Tien corrected an off-by-one error when calculating an index value. [#71]
+- Tien removed a possibly-unnecessary update of a threshold value. This change
+ is experimental (and the main reason for the pre-release version we are
+ building). [#72]
+
- Tien corrected an infinite loop case in the case where Diff::LCS would be
included into an enumerable class. [#73]
@@ -338,5 +342,6 @@
[#65]: https://github.com/halostatue/diff-lcs/issues/65
[#69]: https://github.com/halostatue/diff-lcs/issues/69
[#71]: https://github.com/halostatue/diff-lcs/issues/71
+[#72]: https://github.com/halostatue/diff-lcs/issues/72
[#73]: https://github.com/halostatue/diff-lcs/issues/73
[#75]: https://github.com/halostatue/diff-lcs/issues/75