Skip to content

Commit 11c2a32

Browse files
committed
Update changelog.
1 parent 66b9418 commit 11c2a32

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,16 @@ Release 0.8.0 beta 2016/07/24
594594
IMPROVEMENTS
595595
* 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.
596596
* PackHelpers and UnpackHelpers APIs are now backward compatible.
597+
598+
Release 0.8.0
599+
600+
Nothing from 0.8.0 beta.
601+
602+
Release 0.9.0 (planned)
603+
604+
NEW FEATURES
605+
* Enum name transformation via `SerializationContext.EnumSerializationOptions.NameTransformer`.
606+
Built in transformer is placed in `EnumTransoformers`.
607+
Issue #184.
608+
* Polymorphic attributes now supports type qualification. Issue #171.
609+
* Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.

0 commit comments

Comments
 (0)