Skip to content

Commit

Permalink
add how to run rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 28, 2024
1 parent b2ff5ef commit 0d04a6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/news/2024/08/28/clojure-1-12-0-rc2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ Changes since 1.12.0-rc1:
* https://clojure.atlassian.net/browse/CLJ-2873[CLJ-2873] `add-libs` - reloads data readers after extending runtime classpath
* https://clojure.atlassian.net/browse/CLJ-2881[CLJ-2881] `definterface` - add support for array class type hints
For a complete list of 1.12.0 features and fixes, see the https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1120[official changelog].
For a complete list of 1.12.0 features and fixes, see the https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1120[official changelog].

You can try this release in a REPL using the Clojure CLI:

```
clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.12.0-rc2"}}}'
```

0 comments on commit 0d04a6b

Please sign in to comment.