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
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,14 +136,23 @@ Release 0.5 - 2014/7/21
136
136
* This release unifies .NET build and Mono build for main source codes (testing codes have not been unified yet.)
137
137
* This release contains reimplementation of serializer generation stack. It might change implementation detail dependant behavior (it usually potential issue).
138
138
139
-
Release 0.5.1 2014/8/9
139
+
Release 0.5.1 - 2014/8/9
140
140
141
141
FEATURES
142
142
* Reflection serializer. It enables on-the-fly serializer generation in Xamarin and Unity3D.
143
143
144
144
BUG FIXES
145
-
* Fixes concurrency bug in WinRT.
146
-
* Fixes built-in NamedValueCollection serializer generates invalid stream when the values of a key are empty.
145
+
* Fix concurrency bug in WinRT.
146
+
* Fix built-in NamedValueCollection serializer generates invalid stream when the values of a key are empty.
147
147
148
148
NOTE
149
-
* This release changes drop for Unity3D from source assets to dll assets.
149
+
* This release changes drop for Unity3D from source assets to dll assets (source assets are still available).
150
+
151
+
Release 0.5.2 - 2014/9/?
152
+
153
+
FEATURES
154
+
* Support Windows Phone 8.1 (Both of WinRT & Silverlight) issue #36
0 commit comments