summaryrefslogtreecommitdiff
path: root/History.md
diff options
context:
space:
mode:
Diffstat (limited to 'History.md')
-rw-r--r--History.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/History.md b/History.md
index 5259045..e0905ae 100644
--- a/History.md
+++ b/History.md
@@ -1,12 +1,23 @@
# History
-## NEXT / YYYY-MM-DD
+## 1.5.0 / YYYY-MM-DD
- Updated the CI configuration and monkey-patch Hoe.
+- Kenichi Kamiya fixed a test configuration deprecation in SimpleCov. [#69]
+
- Tien corrected an off-by-one error when calculating an index value. [#71]
-- Kenichi Kamiya fixed a test configuration deprecation in SimpleCov. [#69]
+- Tien corrected an infinite loop case in the case where Diff::LCS would be
+ included into an enumerable class. [#73]
+
+- Tien corrected a bug that has existed more or less from the beginning of this
+ project where an off-by-one error was introduced, preventing the properly
+ transitive behaviour of `#traverse_sequences`. [#75]
+
+- Pre-releases
+
+ - 1.5.0.pre.1 / 2021-12-20
## 1.4.4 / 2020-07-01
@@ -327,3 +338,5 @@
[#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
+[#73]: https://github.com/halostatue/diff-lcs/issues/73
+[#75]: https://github.com/halostatue/diff-lcs/issues/75