Skip to content

Commit

Permalink
Document various changes that will get into the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Nov 13, 2020
1 parent 84b5455 commit 727dc63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

--------------------------------------------------------------------------------

# Unreleased
# 0.56.0

Released YYYY/MM/DD

Expand All @@ -129,6 +129,8 @@ Released YYYY/MM/DD
## Changed

* Objective-c bindings borrow self rather than take ownership ([#1883][]).
* Templates and enums now correctly use the same naming scheme as other types
(#1891).

## Deprecated

Expand All @@ -140,6 +142,7 @@ Released YYYY/MM/DD

## Fixed

* Constructors in wasm32 now return a value. (#1877).
* Fixed objective-c protocol impl blocks for parent classes's protocols ([#1883][]).

## Security
Expand Down

0 comments on commit 727dc63

Please sign in to comment.