Skip to content

Commit

Permalink
Updated NEWS. This is going to be a big release.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 28, 2010
1 parent ad23727 commit e874ddf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion NEWS
Expand Up @@ -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.

Expand Down

0 comments on commit e874ddf

Please sign in to comment.