Skip to content

Commit e01745e

Browse files
committed
Update changelog because deserialization with constructor is originated issue #135.
1 parent ee303c3 commit e01745e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ Development
587587

588588
BUG FIXES
589589
* 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.
591590

592591
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.
593593
* PackHelpers and UnpackHelpers APIs are now backward compatible.

0 commit comments

Comments
 (0)