From 0f9a45afaf5e217f7db66eaedfd7ff303aa7dfca Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 11 Mar 2024 20:47:13 -0700 Subject: [PATCH] chore: Revert 'impls -> implementations' fix Signed-off-by: John Nunley --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8405e..6b439e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ ## 0.4.1 (2021-11-19) -* Added an impl of `HasRawWindowHandle` for `&T`, `Rc`, and `Arc`. The implementations for `Rc` and `Arc` require the `alloc` feature. +* Added an impl of `HasRawWindowHandle` for `&T`, `Rc`, and `Arc`. The impls for `Rc` and `Arc` require the `alloc` feature. ## 0.4.0 (2021-11-15)