Skip to content

Commit 27b817f

Browse files
committed
Update to Java commit 89376e4 (2025.08.25): update changelog for 1.12.2
1 parent 775bfb3 commit 27b817f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
<!-- -*- mode: markdown ; mode: visual-line ; coding: utf-8 -*- -->
22

3+
# Changes to Clojure in Version 1.12.2
4+
5+
* [CLJ-2914](https://clojure.atlassian.net/browse/CLJ-2914) - Compiler - syntax error if qualified instance method expression is missing instance
6+
* [CLJ-1798](https://clojure.atlassian.net/browse/CLJ-1798) - Refs - avoid creating RetryEx in LockingTransaction on every transaction
7+
* [CLJ-2916](https://clojure.atlassian.net/browse/CLJ-2916) - LazySeq - realize before serializing and do not serialize IFn
8+
* [CLJ-2917](https://clojure.atlassian.net/browse/CLJ-2917) - Iterate - de/serialization no longer supported, throw
9+
10+
# Changes to ClojureCLr in Version 1.12.2
11+
12+
* [CLJCLR-175](https://clojure.atlassian.net/browse/CLJCLR-175)
13+
* [CLJCLR-174](https://clojure.atlassian.net/browse/CLJCLR-174) - Allow JVM precision names (such as HALF_EVEN) in macro with-precision
14+
* [CLJCLR-176](https://clojure.atlassian.net/browse/CLJCLR-176) - Fix code-gen for case expression in sparse mode
15+
* [CLJCLR-172](https://clojure.atlassian.net/browse/CLJCLR-172) - (quote 10.0M 3) should return 3.0M
16+
* [CLJCLR-173](https://clojure.atlassian.net/browse/CLJCLR-173) - Fix (rationalize 1)
17+
* [CLJCLR-171](https://clojure.atlassian.net/browse/CLJCLR-171) - Fix (parse-double "Infinity")
18+
* [CLJCLR-175](https://clojure.atlassian.net/browse/CLJCLR-175) - Fix aset throwing an exception when ar is type Array by inference (say by aclone)
19+
320
# Changes to Clojure in Version 1.12.1
421

522
* [CLJ-2899](https://clojure.atlassian.net/browse/CLJ-2899) - Revert change in semantics of qualified symbol in invocation position if field and method of same name

0 commit comments

Comments
 (0)