You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,7 @@ Development
587
587
588
588
BUG FIXES
589
589
* Fix `MessagePackDeserializationConstructorAttribute` is ignored when the type has default constructor.
590
-
* Relax constructor based deserialization condition. It will be used even if there are any settable members(including private property setters). Part of issue #178.
591
590
592
591
IMPROVEMENTS
592
+
* Relax constructor based deserialization condition. It will be used even if there are any settable members(including private property setters). Part of issue #178 and fixes issue #135.
593
593
* PackHelpers and UnpackHelpers APIs are now backward compatible.
0 commit comments