We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1dcb0 commit c82e462Copy full SHA for c82e462
1 file changed
CHANGES.txt
@@ -248,7 +248,11 @@ Release 0.6.0 Alpha1 - 2015/3/2
248
* Deserializer now uses 'best match' constructor when all members are read-only. Issue #52.
249
* `MessagePackSerializer.UnpackMessagePackObject` API. This is convinient shortcut to deserialize stream as `MessagePackObject` tree.
250
251
-Release 0.6.0 Alpha2 -
+Release 0.6.0 Beta1 -
252
253
NEW FEATURE
254
* Add Type Embedding. Issue #47.
255
+
256
+ BUG FIXES
257
+ * MessagePackSerializer.Create now always returns new instance.
258
+ * Fix build problem related to interface generic parameter variance.
0 commit comments