Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Aug 31, 2020
1 parent 0054fab commit 111b312
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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 (#1883)

## Deprecated

Expand All @@ -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
Expand Down

0 comments on commit 111b312

Please sign in to comment.