We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf60a5a commit 04b65d3Copy full SHA for 04b65d3
README.md
@@ -88,7 +88,14 @@ This is not necessarily the case for all sub-modules.
88
89
## Release notes
90
91
-### v0.24.0 [Unreleased]
+### v0.25.0 [draft, unreleased]
92
+
93
+* v0.25.0 will remove the dependency to `mailru/easyjson` by default.
94
+* users of JSON or YAML utility who want to use `easyjson` as their
95
+ prefered JSON marshaler will be able to do so by registering it
96
+ at runtime.
97
98
+### v0.24.0
99
100
With this release, we have largely modernized the API of `swag`:
101
0 commit comments