Add a way to define a deadline for inline changes (#61)

This commit is contained in:
Armin Ronacher 2024-03-28 21:52:56 +01:00 committed by GitHub
parent ace8f34a27
commit 75d40b041b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 4 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.5.0
* Added support for `TextDiff::iter_inline_changes_deadline`. #61
## 2.4.0
* Fixed a bug where the LCS diff algorithm didn't always call `D::finish`. (#58)