File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,15 @@ Release 0.5.4 - 2014/09/22
181181 MISCS
182182 * Unity drop is now only included in zip file at github release page.
183183
184+ Release 0.5.5 - 2014/10/12
185+
186+ BUG FIXES
187+ * The serializer returned with `MessagePackSerializer.Create<MessagePackObjectDictionary>()` does not deserialize nested element correctly. Issue #42
188+ * MessagePackConvert.FromDateTime[Offset] might emit wrong value due to rounding error. Issue #44
189+
190+ IMPROVEMENTS
191+ * Portable library drop for Universal App does not refer `libc` now. Issue #41
192+
184193Relese 1.0 - ???
185194
186195 BREAKING CHANGES [planed]
Original file line number Diff line number Diff line change 33 <metadata >
44 <id >MsgPack.Cli</id >
55 <title >MessagePack for CLI</title >
6- <version >0.5.4 </version >
6+ <version >0.5.5 </version >
77 <authors >FUJIWARA, Yusuke</authors >
88 <owners >FUJIWARA, Yusuke</owners >
99 <licenseUrl >http://www.apache.org/licenses/LICENSE-2.0</licenseUrl >
1212 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1313 <description >MessagePack is fast, compact, and interoperable binary serialization format.
1414This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin and Unity3D.</description >
15- <releaseNotes >This release improves Unity support tooling .</releaseNotes >
15+ <releaseNotes >This release fixes DateTime and dynamic unpacking related issues .</releaseNotes >
1616 <copyright >Copyright 2010-2014 FUJIWARA, Yusuke, all rights reserved.</copyright >
1717 <tags >Serialization MessagePack MsgPack Formatter Binary Serializer Fast Xamarin Unity3D</tags >
1818 <dependencies />
You can’t perform that action at this time.
0 commit comments