From a48c773cb7fcacc0d6bf88c3c0fc6b589b6b96b5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 29 Apr 2022 17:20:34 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7a2495..786ba252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +- [breaking-change] `IndexMap` and `IndexSet` now require that keys implement the `core::hash::Hash` + trait instead of the `hash32::Hash` (v0.2.0) trait + ### Fixed ## [v0.7.16] - 2022-08-09