Fix overlap bug in LCS (#59)
* Fix overlap bug in LCS * Mention pull request
This commit is contained in:
parent
18712783da
commit
e9a05ed6fa
2 changed files with 31 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ All notable changes to similar are documented here.
|
|||
## 2.4.0
|
||||
|
||||
* Fixed a bug where the LCS diff algorithm didn't always call `D::finish`. (#58)
|
||||
* Fixed a bug in LCS that caused a panic if the common prefix and the
|
||||
common suffix overlapped. (#59)
|
||||
|
||||
## 2.3.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue