From ea470460e04bc47c7b649afecca7f5d919308052 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Mon, 2 Aug 2010 08:27:48 +0200 Subject: [PATCH] add small description of init-script related changes --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index ac5b3d0d..f40b7b6f 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,11 @@ Leiningen NEWS -- history of user-visible changes * Fix bug where uberjar left out dependencies for non-AOT'd projects. (Alex Ott) +* Execution of global initialization script ($LEIN_HOME/init.clj or $HOME/.lein/init.clj) + when running 'lein repl' + +* Execution of per-project initialization script, specified in :init-script option + = 1.2.0 / 2010-07-18 * Don't enable repl rlwrap when unnecessary. (dumb terms, Emacs, etc.)