Skip to content

Commit ca37a0e

Browse files
committed
docs: add changelog for 2.11.0
1 parent c8a0700 commit ca37a0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 2.11.0
2+
- Deleted jsone as dependency.
3+
When OTP release is 27 or later, the default JSON provider module is `json`, otherwise `jsone`.
4+
For OTP release 26 or earlier version, you must add `jsone-1.8.1` or newer in your project dependency.
5+
For OTP release 27 or later, you can choose to continue using jsone by calling `avro:set_json_provider(jsone)`.
6+
17
* 2.10.3
28
- Allow union type to have zero member types.
39
* 2.10.2

0 commit comments

Comments
 (0)