From 33152e3619957fba460496d1f49990b12886788e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 9 Aug 2022 13:38:05 +0200 Subject: [PATCH] update changelog after #303 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61def9d..e4e466cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +- add more `PartialEq` implementations to `Vec` where `Vec` is the RHS + ### Changed ### Fixed