summaryrefslogtreecommitdiff
path: root/History.md
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2021-12-16 11:03:22 -0500
committerAustin Ziegler <austin@zieglers.ca>2021-12-16 11:03:22 -0500
commitcd4b76d53d77fa596d72584d7531fdb811cd38bf (patch)
treec0316158dd02bb3cfe0963f8607c06ae37941406 /History.md
parentdc36fa37d11cd978ef1b1756727ad222c8d3bcb6 (diff)
downloaddiff-lcs-cd4b76d53d77fa596d72584d7531fdb811cd38bf.tar.gz
Incremental improvements not yet released
Diffstat (limited to 'History.md')
-rw-r--r--History.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/History.md b/History.md
index 1c81d9f..5259045 100644
--- a/History.md
+++ b/History.md
@@ -1,9 +1,13 @@
# History
-## NEXT / 2021-12-14
+## NEXT / YYYY-MM-DD
- Updated the CI configuration and monkey-patch Hoe.
+- Tien corrected an off-by-one error when calculating an index value. [#71]
+
+- Kenichi Kamiya fixed a test configuration deprecation in SimpleCov. [#69]
+
## 1.4.4 / 2020-07-01
- Fixed an issue reported by Jun Aruga in the Diff::LCS::Ldiff binary text
@@ -321,3 +325,5 @@
[#61]: https://github.com/halostatue/diff-lcs/pull/61
[#63]: https://github.com/halostatue/diff-lcs/issues/63
[#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