Skip to content

Instantly share code, notes, and snippets.

@puredanger
Created January 14, 2022 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puredanger/fe1581a106cd5b65caf25defbe5cda3d to your computer and use it in GitHub Desktop.
Save puredanger/fe1581a106cd5b65caf25defbe5cda3d to your computer and use it in GitHub Desktop.
1.11.0-alpha4-notes.md

https://clojure.org/releases/devchangelog#v1.11.0-alpha4

CLJ-2673 Add abs, and update min and max to use Math impls when possible

CLJ-2555 Add iteration generator function

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

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment