We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721f0f3 commit 564c737Copy full SHA for 564c737
1 file changed
README.md
@@ -151,9 +151,9 @@ Change Log
151
----------------------------------------
152
153
* Next
154
- * Fix [DJSON-50]: read can take a PushbackReader for repeated read use case
155
- * Add [DJSON-54]: Add custom fallback fn for writing unknown types
156
- * Add `:indent` to docstring for option added in [DJSON-18]
+ * Fix [DJSON-50]: `read` can take a PushbackReader for repeated read use case
+ * Fix `write` docstring to add `:indent` option added in [DJSON-18]
+ * Add [DJSON-54]: In `write`, add custom fallback fn for writing unknown types
157
* Perf [DJSON-61]: Faster string writing when string is "simple"
158
* Release [2.4.0] on 2021-Jul-12
159
* Fix [DJSON-52]: Remove Classloader workaround to support Clojure 1.2.x and below
0 commit comments