News updates.

This commit is contained in:
Phil Hagelberg 2012-08-08 21:05:01 -07:00
parent 77c811bbe8
commit 0c22b5d893
3 changed files with 17 additions and 3 deletions

13
NEWS.md
View file

@ -1,5 +1,18 @@
# Leiningen News -- history of user-visible changes
## 2.0.0-preview8 / ???
* Accept nREPL handlers and middleware from project config.
* Support emitting arbitrary elements in pom.xml. (Esa Laine)
* Fix a bug where repl task was binding to 0.0.0.0.
* Honor $http_no_proxy host settings (Jon Pither)
* Profiles can be specified as compositions of other profiles (Justin Balthrop)
* Allow for :prep-tasks with arguments (Anthony Marcar)
* Check for "help" after task name. (Bruce Adams)
* Read dependency transport wagons from plugins.
* Allow successive eval-in-project calls with trampoline.
* Bring back selective post-compile cleaning. (Arlen Cuss)
## 2.0.0-preview7 / 2012-06-27
* Fix a bug where failed javac wouldn't abort. (Michael Klishin)

View file

@ -169,6 +169,7 @@
(-> latter meta :replace)
latter
;; TODO: last-wins breaks here
(and (map? result) (map? latter))
(merge-with profile-key-merge result latter)

View file

@ -10,15 +10,15 @@ See also https://github.com/technomancy/leiningen/issues
- [ ] Isolate target dir per profile (#468)
- [ ] Honor mirror for search indices (#281)
- [ ] Drop clojars snapshots from default repos (#241)
** 2.0.0-preview8
- [X] Allow trampoline to work with chaining in do task (#665)
- [X] Store repl port on filesystem (#682)
- [X] Set nREPL middleware in profiles (#716)
- [-] OOM in repl with lots of output (#691)
- [-] Search indices on Central have moved (#683)
- [-] Honor hooks/metadata in from plugins (#401)
- [ ] Better error messages on failed repl :connect (#723)
- [-] Better error messages on failed repl :connect (#723)
- [ ] Document key generation (#721)
- [ ] Set nREPL middleware in profiles (#716)
- [ ] Headless repl needs stdin (#715)
** 2.0.0-preview7
- [X] Address chaining issues in with-profile (#632)
- [X] Address gpg agent issues (#615)