Skip to content

Commit bcab797

Browse files
committed
Update changelogs.
1 parent ee40191 commit bcab797

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
184193
Relese 1.0 - ???
185194

186195
BREAKING CHANGES [planed]

MsgPack.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>MessagePack is fast, compact, and interoperable binary serialization format.
1414
This 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 />

0 commit comments

Comments
 (0)