From df783a64ca46d952c2a5ccb2ac96f9ecb59e9965 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Thu, 16 May 2013 17:22:24 -0700 Subject: [PATCH] News updates. --- NEWS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS.md b/NEWS.md index 5d88206a5..cbba61272 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,15 @@ # Leiningen News -- history of user-visible changes +## 2.2.0 / ??? + +* Support `:java-agents` for tooling and instrumenting. (Phil Hagelberg) +* Allow checkout dependencies to operate recursively. (Phil Hagelberg) +* Introduce `:uberjar` profile. (Phil Hagelberg) +* Isolate target paths by profiles. (Phil Hagelberg) +* Set `\*command-line-args\*` in run task. (Anthony Grimes) +* Allow templates to specify executable files. (Joe Littlejohn) +* Remove clojuredocs repl support to reduce dependency conflicts. (Phil Hagelberg) + ## 2.1.3 / 2013-04-12 * Fix fast trampoline to work without user profiles. (Malcolm Sparks)