We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51ec09 commit d1d9934Copy full SHA for d1d9934
1 file changed
README.md
@@ -96,3 +96,18 @@ See [msgpack-erlang-tests](http://github.com/kuenishi/msgpack-erlang-tests) for
96
## License
97
98
Apache License 2.0
99
+
100
+# Release Notes
101
102
+## 0.3.0
103
104
+- supports map new in 17.0
105
+- jiffy-style maps will be deprecated in near future
106
107
+## 0.2.8
108
109
+0.2 series works with OTP 17.0, R16, R15, and with MessagePack's new
110
+and old format. But does not support `map` type introduced in
111
+OTP 17.0.
112
113
+It also supports JSX-compatible mode.
0 commit comments