summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2020-11-13 20:20:06 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2020-11-13 20:20:06 +0100
commit727dc6308b71562f3bf67024b30c2ec4d06e4c9c (patch)
treeb81c540be5cb4f06f9de32c78c8bff8eac68823a
parent84b5455f882e10e9ddaa001dc8207023d82cdd5f (diff)
Document various changes that will get into the next release.
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18266bd7..ea866986 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -118,7 +118,7 @@
--------------------------------------------------------------------------------
-# Unreleased
+# 0.56.0
Released YYYY/MM/DD
@@ -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
@@ -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