Skip to content

Commit a50d084

Browse files
committed
Update changelog.
1 parent 130e78c commit a50d084

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,11 @@ Relase 0.5.9 - 2015/2/01
220220
* Fix NullReferenceException is thrown for annotated non-public members serialization/deserialization in WinRT.
221221
* Fix collection typed property which has non-public setter are not handled correctly. Issue #62.
222222
* Fix ArgumentOutOfRangeException occurs when serializing members count is greater than 127. Issue #63.
223+
224+
Release 0.5.10 - 2015/2/10
225+
226+
CHANGES
227+
* WinRT and Windows Phone (not Silverlight) builds now do not have AllowPartiallyTrustedCallersAttribute because it causes MethodAccessException on Windows Phone. This should not be breaking change effectively because apps in app container themselves should be SecurityCritical. Issue #64.
228+
229+
BUG FIXES
230+
* Avoid memcmp usage for Windows Phone App Certification. Issue #65.

0 commit comments

Comments
 (0)