Skip to content

Commit 0573975

Browse files
authored
Merge pull request #276 from msgpack/fix/rc
Prepare RC1 release
2 parents ed451b8 + 6bee5c7 commit 0573975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,11 @@ Relase 1.0.0-beta2 2017-10-29
737737
* Improve exception message in AOT error of Unity.
738738
* .NET Standard 1.1/1.3 projects now do not depend on System.Linq.Expressions package.
739739

740-
Release 1.0.0-rc1 T.B.D.
740+
Release 1.0.0-rc1 2017-12-17
741741

742742
BUG FIXES
743743
* Fix NRE in .NET Standard 1.1/1.3 build (this issue got mixed in beta2).
744744
* Fix built-in Guid/BigInteger always output raw type even if PackerCompatibilityOptions.PackBinaryAsRaw is not specified. #270
745745
* Fix MessagePackObject.UnderlyingType reports wrong type for ext types. Part of #269.
746746
This bug also caused misleading error message for incompatible type conversion.
747-
* Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.
747+
* Fix exceptions thrown by MessagePackObject.AsBinary()/AsString() reports internal type name. Part of #269.

0 commit comments

Comments
 (0)