We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b5455 commit 727dc63Copy full SHA for 727dc63
CHANGELOG.md
@@ -118,7 +118,7 @@
118
119
--------------------------------------------------------------------------------
120
121
-# Unreleased
+# 0.56.0
122
123
Released YYYY/MM/DD
124
@@ -129,6 +129,8 @@ Released YYYY/MM/DD
129
## Changed
130
131
* Objective-c bindings borrow self rather than take ownership ([#1883][]).
132
+* Templates and enums now correctly use the same naming scheme as other types
133
+ (#1891).
134
135
## Deprecated
136
@@ -140,6 +142,7 @@ Released YYYY/MM/DD
140
142
141
143
## Fixed
144
145
+* Constructors in wasm32 now return a value. (#1877).
146
* Fixed objective-c protocol impl blocks for parent classes's protocols ([#1883][]).
147
148
## Security
0 commit comments