Update changelog

This commit is contained in:
Armin Ronacher 2021-01-31 19:24:54 +01:00
parent a9a11e9099
commit 7eadf8e955

View file

@ -5,11 +5,12 @@ 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.
* Added virtual newline handling to `iter_changes`.
* Added missing newline handling to the `Changes` type.
* Made unified diff support more flexible through the introduction of
the `UnifiedDiff` type.
* Fixed grouped diff operation to return an empty result if the diff
does not show any changes.
* Added inline diff highlighting support.
## 0.4.0