Expose get_diff_ratio

This commit is contained in:
Armin Ronacher 2021-02-01 14:05:44 +01:00
parent 8089e56f07
commit e53427b56f
4 changed files with 36 additions and 24 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 0.6.0
* Add `get_diff_ratio`.
## 0.5.0
* Add `DiffOp::apply_to_hook` to apply a captured op to a diff hook.