You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.md
+19-4
Original file line number
Diff line number
Diff line change
@@ -325,17 +325,17 @@ Now the functions `into`, `select-keys`, `clojure.set/project`, and
325
325
`clojure.set/rename` return collections with the same metadata as
326
326
their input collections.
327
327
328
-
### 2.12 New edn reader, improvements to *real-eval*
328
+
### 2.12 New edn reader, improvements to `*read-eval*`
329
329
330
-
The new clojure.edn namespace reads edn (http://edn-format.org) data,
330
+
The new `clojure.edn` namespace reads edn (http://edn-format.org) data,
331
331
and should be used for reading data from untrusted sources.
332
332
333
333
Clojure's core read* functions can evaluate code, and should not be
334
-
used to read data from untrusted sources. As of 1.5, *read-eval*
334
+
used to read data from untrusted sources. As of 1.5, `*read-eval*`
335
335
supports a documented set of thread-local bindings, see the doc string
336
336
for details.
337
337
338
-
*read-eval*'s default can be set to false by setting a system property:
338
+
`*read-eval*`'s default can be set to false by setting a system property:
339
339
340
340
-Dclojure.read.eval=false
341
341
@@ -349,6 +349,11 @@ for details.
349
349
`PersistentVector$ChunkedSeq` now implements `Counted` interface, to avoid some cases where vector elements were being counted by iterating over their elements.
0 commit comments