File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ Here's one example:
49
49
(apply pp/write value (mapcat identity (assoc options :stream writer))))
50
50
----
51
51
52
- IMPORTANT: Due to a https://clojure.atlassian.net/browse/CLJ-1445[bug] in `clojure.pprint`
53
- it doesn't work properly with `+*print-meta*+`. If you need to print the metadata you'll
54
- have to change the print function or disable pretty-printing.
52
+ IMPORTANT: Before Clojure 1.10.2, a
53
+ https://clojure.atlassian.net/browse/CLJ-1445[bug] in `clojure.pprint` caused it
54
+ to not work properly with `+*print-meta*+`. If you need to print the metadata
55
+ you'll have to change the print function or disable pretty-printing.
55
56
56
57
== Limiting printed output
57
58
You can’t perform that action at this time.
0 commit comments