Added DiffHook::apply_to_hook

This commit is contained in:
Armin Ronacher 2021-01-27 18:08:36 +01:00
parent 8a8e1c4822
commit da32711e1a
2 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 0.5.0
* Add `DiffOp::apply_to_hook` to apply a captured op to a diff hook.
## 0.4.0
* Change `get_close_matches` to use Python's quick ratio optimization