Skip to content

Commit 6263f66

Browse files
authored
Update RELEASE_NOTES.md for 0.11.0 release (#237)
* Update RELEASE_NOTES.md for 0.11.0 release * Update RELEASE_NOTES.md
1 parent f652d7c commit 6263f66

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.11.0 July 8 2021 ####
2+
* [Fix array of user defined structs serialization failure](https://github.com/akkadotnet/Hyperion/pull/235)
3+
* [Remove dynamic keyword usage from array serializer](https://github.com/akkadotnet/Hyperion/pull/139)
4+
* [Change field ordering to ordinal](https://github.com/akkadotnet/Hyperion/pull/236)
5+
6+
**Possible breaking changes**
7+
8+
The change to the object serializer field ordering might cause a deserialization failure of persisted objects
9+
that are serialized using the Hyperion serializer.
10+
11+
Please report any serialization problem that occurs after an upgrade to this version at the
12+
[issue tracker](https://github.com/akkadotnet/Hyperion/issues)
13+
114
### 0.10.2 June 30 2021 ####
215
* [Update Akka version to 1.4.21](https://github.com/akkadotnet/akka.net/releases/tag/1.4.21)
316
* [Add exception rethrow to help with debugging](https://github.com/akkadotnet/Hyperion/pull/229)

0 commit comments

Comments
 (0)