This commit is contained in:
Armin Ronacher 2021-09-11 11:23:09 +02:00
parent a3e10af892
commit 25aba69438
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
All notable changes to similar are documented here.
## Unreleased
## 2.0.0
* Change the `Change` type and associated methods to work on any `T: Clone` instead
of `&T`. This makes the `iter_changes` method also work on slices of integers