Always call finish (#58)

This commit is contained in:
Armin Ronacher 2023-12-29 22:02:45 +01:00 committed by GitHub
parent f5c1afa8f4
commit 18712783da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 94 additions and 0 deletions

View file

@ -2,6 +2,10 @@
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)
## 2.3.0
* Added support for `Change::value_ref` and `Change::value_mut`.