Skip to content

Commit 1db12a5

Browse files
committed
update release note
1 parent 490c59f commit 1db12a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/news/2026/07/07/clojure-1-13-alpha3.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Clojure 1.13.0-alpha3 is now available! Find download and usage information on t
77

88
== :select directive in map destructuring
99

10-
You can now use the :select directive to bind a name to a map containing every key named anywhere in its enclosing map-destructuring form.
10+
The :select directive binds a name to a subset of the map being destructured containing only the keys mentioned (anywhere) in the binding form.
1111

1212
* https://clojure.atlassian.net/browse/CLJ-2964[CLJ-2964] :select directive in map destructuring
1313
* https://clojure.atlassian.net/browse/CLJ-2963[CLJ-2963] Update specs for :select in destructuring

0 commit comments

Comments
 (0)