Remove deprecated slice diffing methods

This commit is contained in:
Armin Ronacher 2021-09-11 17:42:46 +02:00
parent 25aba69438
commit e3c6e5498a
4 changed files with 4 additions and 39 deletions

View file

@ -2,6 +2,10 @@
All notable changes to similar are documented here.
## 2.1.0
* Removed deprecated alternative slice diffing functions.
## 2.0.0
* Change the `Change` type and associated methods to work on any `T: Clone` instead