https://clojure.org/releases/devchangelog#v1.11.0-alpha4
CLJ-2673 Add abs, and update min and max to use Math impls when possible
- https://clojure.atlassian.net/browse/CLJ-2673
- https://github.com/clojure/clojure/blob/8ebad0ab3f912932d94874120cad89493f2aa22e/src/clj/clojure/java/math.clj#L350-L384
CLJ-2555 Add iteration generator function
- https://clojure.atlassian.net/browse/CLJ-2555
- https://github.com/leonoel/missionary/wiki/Iterative-queries
CLJ-2621 Fix unnecessary boxing of unused return in statement context for instance method expr
CLJ-2663 Fix vector = not terminating when called with infinite sequence
- https://clojure.atlassian.net/browse/CLJ-2663
- https://github.com/clojure/clojure/blob/8ebad0ab3f912932d94874120cad89493f2aa22e/src/jvm/clojure/lang/APersistentVector.java#L101
CLJ-2679 Fix hash collisions in case expressions on symbols
CLJ-2670 Use Math.exact methods for checked long math ops for performance
CLJ-2680 Fix type hinting a primitive local with matching type hint to not error
CLJ-2234 Fix multimethod preferences using only global hierarchy
CLJ-2556 Fix into completion so halt-when works
CLJ-2665 Fix require with :as and :as-alias to load
CLJ-2677 clojure.math - fix method reflection in bodies and inlines, fix docstrings, renamed
CLJ-1379 clojure.test - Fix quoting of :actual form in :pass maps
CLJ-2493 clojure.java.browse - Fix browse-url hanging on call to xdg-open
CLJ-2611 clojure.xml - Stop processing XXE expansions by default
CLJ-2684 Update contrib deps to latest (spec.alpha, test.check, test.generative)