Skip to content

Commit

Permalink
add 1.12 release notes link
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Nov 12, 2023
1 parent b10b747 commit a82d58e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/releases/devchangelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Note: All dev releases are subject to breaking changes for new work since the pr

=== 1.12.0-alpha5 (Oct 20, 2023) [[v1.12.0-alpha5]]

https://clojure.org/news/2023/10/20/clojure-1-12-alpha5[Release notes]

* https://clojure.atlassian.net/browse/CLJ-2804[CLJ-2804] lazy-seq, delay - To avoid running user code under synchronized blocks, replace synchronized with ReentrantLock

=== 1.12.0-alpha4 (Jun 28, 2023) [[v1.12.0-alpha4]]
Expand Down Expand Up @@ -48,6 +50,8 @@ Fixes from work in prior 1.12.0 alpha releases:

=== 1.12.0-alpha2 (Apr 12, 2023) [[v1.12.0-alpha2]]

https://clojure.org/news/2023/04/14/clojure-1-12-alpha2[Release Notes]

New:

* https://clojure.atlassian.net/browse/CLJ-2757[CLJ-2757] Basis api
Expand All @@ -74,6 +78,8 @@ Bug fixes and enhancements:

=== 1.12.0-alpha1 (Jun 30, 2022) [[v1.12.0-alpha1]]

https://clojure.org/news/2022/06/30/clojure1-12-alpha1[Release Notes]

New:

* https://clojure.atlassian.net/browse/CLJ-2713[CLJ-2713] Efficient drop and partition for persistent or algorithmic collections
Expand Down

0 comments on commit a82d58e

Please sign in to comment.