From fda9144505dc72ca323c53fbd6a1136a6a4f7ee9 Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Mon, 7 Mar 2016 11:04:08 +0000 Subject: [PATCH] Split long line in README.md --- documentation/RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index bc0429b..abbafc7 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -10,7 +10,8 @@ Fixed bitset serialization (issue #24) -------------------------------------- C++ bitset serialization was not consistent with the C++ deserialization and -Java code in some instances (depending on the endianness of the serializer and deserializer) when the number of bits was 56-63 modulo 64. C++ serialization +Java code in some instances (depending on the endianness of the serializer and +deserializer) when the number of bits was 56-63 modulo 64. C++ serialization has been fixed. Fix exposed issue in deserialization on 32-bit platforms which