From 48cd202db5d7ea7209cc4248bf6a531d3752f170 Mon Sep 17 00:00:00 2001 From: Stephen Cleary Date: Mon, 27 Dec 2021 21:36:44 -0500 Subject: [PATCH] Add missing changelog entry. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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.