Clojure 1.6.0-beta1 is now available.
Try it via
- Leiningen: [org.clojure/clojure "1.6.0-beta2"]
See the full change log here:
Clojure 1.6.0-beta2 has the following changes from 1.6.0-beta1:
- [CLJ-1355] Restore hashCode for Symbol and Keyword (regression from hashing changes)
- [CLJ-1363] Reflective .- should return field if field and method both exist
- [CLJ-1354] Make APersistentVector.SubVector public
- Move loop locals into same clearing context as loop body (makes local clearing earlier on loop vars in some cases)
- [CLJ-1352] Fix regression in running test fixtures introduced in CLJ-866
Please give it a try and let us know your feedback!
Alex