1.10.0-beta2 is now available. You can try it with clj using:

      clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version 
"1.10.0-beta2"}}}'

1.10.0-beta2 includes the following changes since 1.10.0-beta1:

   - CLJ-2414 <https://dev.clojure.org/jira/browse/CLJ-2414> - Regression 
   in reflectively finding default methods
   - CLJ-2415 <https://dev.clojure.org/jira/browse/CLJ-2415> - Error cause 
   should always be on 2nd line of error message
   - Added clojure.datafy:

clojure.datafy is a facility for object to data transformation. The 
`datafy` and `nav` functions can be used to transform and (lazily) navigate 
through object graphs. The data transformation process can be influenced by 
consumers using protocols or metadata.

datafy is alpha and subject to change.


You can read the full 1.10 changelog 
here: https://github.com/clojure/clojure/blob/master/changes.md

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to