summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Imlay <sebastian.imlay@gmail.com>2020-08-31 14:04:26 -0700
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-09-16 12:26:24 +0200
commit27b02615693bab603c97799710d3c062fdab988f (patch)
tree8e12b69adf7977f972ed024e950888c966367dc9
parentd4e84650c8ed30fbc82a30da927f106d815b8123 (diff)
Updated CHANGELOG.md
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ab82009..487405ee 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<ChildClass> for ParentClass` as well as `TryFrom<ParentClass> 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