From e874ddfb96bef5f244307c104de849099bf34db0 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 28 May 2010 09:05:40 -0700 Subject: [PATCH] Updated NEWS. This is going to be a big release. --- NEWS | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f042ad0d..5b38646e 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,25 @@ Leiningen NEWS -- history of user-visible changes = 1.2.0 / ??? -* Allow :fork and :jvm-opts to be set in project.clj. +* Include arglists in help output. + +* Make lein script usable from any subdirectory in the project root. + +* Fix repl task to work with forked subprocess. + +* Fork subprocess unconditionally for greater compatibility. + +* Allow $JAVA_CMD to be customized. + +* Fix a bug causing everything to recompile in tests. Thanks, Stuart! + +* Fix exit code for test runs. + +* Allow plugins to extend built-in tasks using hooks. + +* Automatically compile and fetch deps when needed. + +* Allow :jvm-opts and :warn-on-reflection to be set in project.clj. * Merge lein-swank plugin into swank-clojure.