Update changelog
This commit is contained in:
parent
a9a11e9099
commit
7eadf8e955
1 changed files with 2 additions and 1 deletions
|
|
@ -5,11 +5,12 @@ All notable changes to similar are documented here.
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
* Add `DiffOp::apply_to_hook` to apply a captured op to a diff hook.
|
* 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
|
* Made unified diff support more flexible through the introduction of
|
||||||
the `UnifiedDiff` type.
|
the `UnifiedDiff` type.
|
||||||
* Fixed grouped diff operation to return an empty result if the diff
|
* Fixed grouped diff operation to return an empty result if the diff
|
||||||
does not show any changes.
|
does not show any changes.
|
||||||
|
* Added inline diff highlighting support.
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue