Add support for byte diffing (#7)
Restructured text diffing to also support bstr
This commit is contained in:
parent
e53427b56f
commit
4b85e70f91
11 changed files with 775 additions and 307 deletions
|
|
@ -5,6 +5,8 @@ All notable changes to similar are documented here.
|
|||
## 0.6.0
|
||||
|
||||
* Add `get_diff_ratio`.
|
||||
* Add support for byte diffing and change the text interface to abstract
|
||||
over `DiffableStr`.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue