diff --git a/content/news/2024/08/03/clojure-1-12-0-rc1.adoc b/content/news/2024/08/03/clojure-1-12-0-rc1.adoc index 23901611..aaae1302 100644 --- a/content/news/2024/08/03/clojure-1-12-0-rc1.adoc +++ b/content/news/2024/08/03/clojure-1-12-0-rc1.adoc @@ -3,8 +3,10 @@ Alex Miller 2024-08-03 :jbake-type: post -Clojure 1.12.0-rc1 is now available! At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release. +Clojure 1.12.0-rc1 is now available! Find download and usage information on the <> page. + +At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release. The changes in this release since 1.12.0-beta2 are the same fixes also released in <>, see there for details. -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]. \ No newline at end of file +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]. diff --git a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc index d96f3e82..62ca501a 100644 --- a/content/news/2024/08/28/clojure-1-12-0-rc2.adoc +++ b/content/news/2024/08/28/clojure-1-12-0-rc2.adoc @@ -3,11 +3,14 @@ Alex Miller 2024-08-28 :jbake-type: post -Clojure 1.12.0-rc2 is now available! At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release. +Clojure 1.12.0-rc2 is now available! Find download and usage information on the <> page. + +At this point we consider Clojure 1.12.0 to be complete. Please test this release and provide any feedback prior to release. 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]. \ No newline at end of file +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]. + diff --git a/content/releases/downloads.adoc b/content/releases/downloads.adoc index 61ec5426..88197dfd 100644 --- a/content/releases/downloads.adoc +++ b/content/releases/downloads.adoc @@ -14,6 +14,7 @@ New to Clojure? Head to the <