I've attached a first draft of a proposed new changes.md file for Clojure 1.5 as attachment changes-draft-v1.md on ticket CLJ-1091:
http://dev.clojure.org/jira/browse/CLJ-1091
Question: Is it true that Clojure 1.5 no longer supports Java 1.5, but requires 1.6 or later? If so, that definitely seems worth mentioning in "Deprecated and Removed Features", or somewhere prominent like that. I wasn't able to find anything else that has been deprecated or removed in Clojure 1.5 since 1.4.
I'm hoping to encourage others who are more knowledgeable than I am to write some of the sections in it, listed below.
Reducers
Reader Literals improved (the new default data readers stuff -- links to tickets are in the draft for reference)
New clojure.core functions set-agent-send-executor!, set-agent-send-off-executor!, and send-via
New threading macros test->, test->>, let->, when->, when->>
Column metadata captured by reader (link to ticket in draft)
gen-class improvements (links to tickets in draft)
Support added for marker protocols (link to ticket in draft)
I'd be happy to merge changes from people if that would make it easier.
Andy