diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf4263..a008789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed - Explicity support net461 so that shim dlls are not required on that platform. +## [6.2.0] - 2021-03-07 +### Added +- `ignoreOrder` option for `EquateSequence` to ignore order of elements when comparing for sequence equality. + ## [6.1.0] - 2020-10-24 ### Added - `IFullComparer.ToStringComparer` to easily create a `StringComparer` instance.