From e4fb4a7d7cd2912bdbf2fcc0a9e210eceb226d9d Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Mon, 31 Aug 2020 14:04:26 -0700 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab8200986..487405ee8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,11 +120,11 @@ Released YYYY/MM/DD ## Added -* TODO (or remove section if none) +* Objective-c bindings generate `From for ParentClass` as well as `TryFrom for ChildClass` ([#1883][]). ## Changed -* TODO (or remove section if none) +* Objective-c bindings borrow self rather than take ownership ([#1883][]). ## Deprecated @@ -136,12 +136,15 @@ Released YYYY/MM/DD ## Fixed -* TODO (or remove section if none) +* Fixed objective-c protocol impl blocks for parent classes's protocols ([#1883][]). ## Security * TODO (or remove section if none) + +[#1883]: https://github.com/rust-lang/rust-bindgen/issues/1883 + -------------------------------------------------------------------------------- # 0.55.1