summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2018-10-29 22:16:38 +0100
committerTobias Roeser <le.petit.fou@web.de>2018-10-30 09:31:42 +0100
commitb8023978631a0e7bfcc55b4cf5ab9ad9701e6599 (patch)
treec73edf75749ecaea4430d828b118d4cf1ded0fef /readme.md
parent93ffab54211c3150b4c3568d75519dc6426f6044 (diff)
downloadmill-b8023978631a0e7bfcc55b4cf5ab9ad9701e6599.tar.gz
mill-b8023978631a0e7bfcc55b4cf5ab9ad9701e6599.tar.bz2
mill-b8023978631a0e7bfcc55b4cf5ab9ad9701e6599.zip
Added changelog entry
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 634613bf..4233b7fc 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,13 @@ optimizer without classpath conflicts.
## Changelog
+### {master}
+
+- Added new `debug` method to context logger, to log additional debug info into the
+ task specific output dir (`out/<task>/log`)
+
+- Added `--debug` option to enable debug output to STDERR
+
### 0.3.2
- Automatically detect main class to make `ScalaModule#assembly` self-executable