Skip to content

Commit 3ea2f72

Browse files
authored
Update README.md and UPDATE_NOTES.md (#163)
* Fix DictionarySerializerFactory to work with private or protected default constructor * Add test cases for generic dictionary implementation with private and protected constructor
1 parent 52e993a commit 3ea2f72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A high performance polymorphic serializer for the .NET framework.
66

7-
Current status: **BETA** (v0.9.12).
7+
Current status: **BETA** (v0.9.14).
88

99
## License
1010
Licensed under Apache 2.0, see [LICENSE](LICENSE) for the full text.

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### 0.9.13 February 09 2020 ####
1+
### 0.9.14 February 13 2020 ####
22

3-
* [Added support for serializing and deserializing `IDictionary<TKey, TValue>`](https://github.com/akkadotnet/Hyperion/pull/156)
3+
* [Added support for serializing and deserializing `IDictionary<TKey, TValue>` with private and protected default constructor] (https://github.com/akkadotnet/Hyperion/pull/162)

0 commit comments

Comments
 (0)