Skip to content

Commit ead1f72

Browse files
authored
Merge pull request #295 from msgpack/work/bump-version-1.0.0
Bump version 1.0.0
2 parents b4736c9 + d9e206f commit ead1f72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,10 @@ Release 1.0.0-rc1 2017-12-17
746746
This bug also caused misleading error message for incompatible type conversion.
747747
* Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
748748

749-
Release 1.0.0
749+
Release 1.0.0 2018-6-14
750750

751751
BUG FIXES
752752
* [NonSerialized] attribute does not effect in Mono based platform including Unity.
753753
* Fix map keys order emitted by asymmetric (serialization only) serializer are inconsistent across platform.
754754
* Fix Unity build does not honor serialization related attributes correctly.
755+
* Fix internal inconsitency between serialization related attributes detection and their parameter retrieval.

build/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc
1+
1.0.0

0 commit comments

Comments
 (0)