Skip to content

Commit 111b312

Browse files
committed
Updated CHANGELOG.md
1 parent 0054fab commit 111b312

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ Released YYYY/MM/DD
120120

121121
## Added
122122

123-
* TODO (or remove section if none)
123+
* Objective-c bindings generate `From<ChildClass> for ParentClass` as well as `TryFrom<ParentClass> for ChildClass` (#1883).
124124

125125
## Changed
126126

127-
* TODO (or remove section if none)
127+
* Objective-c bindings borrow self rather than take (#1883)
128128

129129
## Deprecated
130130

@@ -136,12 +136,15 @@ Released YYYY/MM/DD
136136

137137
## Fixed
138138

139-
* TODO (or remove section if none)
139+
* Fixed objective-c protocol impl blocks for parent classes's protocols (#1883).
140140

141141
## Security
142142

143143
* TODO (or remove section if none)
144144

145+
146+
[#1883]: https://github.com/rust-lang/rust-bindgen/issues/1883
147+
145148
--------------------------------------------------------------------------------
146149

147150
# 0.55.1

0 commit comments

Comments
 (0)