Added value_ref and value_mut

Fixes #51
This commit is contained in:
Armin Ronacher 2023-10-07 17:17:37 +02:00
parent de455873da
commit e85ddb0d18
2 changed files with 14 additions and 0 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.3.0
* Added support for `Change::value_ref` and `Change::value_mut`.
## 2.2.1
* Fixed a panic in LCS diffs on matching input. (#43)