summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-25 00:32:33 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-25 00:32:33 -0800
commit0b0b1a661eeca11efe00aee85f170fdc181284ef (patch)
tree580fd8bf24681d86f86743bc8c20ff528fc068b7 /readme.md
parent7b462e5f0b854f5d60887c8548b539902bca9060 (diff)
downloadmill-0b0b1a661eeca11efe00aee85f170fdc181284ef.tar.gz
mill-0b0b1a661eeca11efe00aee85f170fdc181284ef.tar.bz2
mill-0b0b1a661eeca11efe00aee85f170fdc181284ef.zip
0.1.20.1.2
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2540c46f..9b08c485 100644
--- a/readme.md
+++ b/readme.md
@@ -382,6 +382,20 @@ see what's going on, we should expect them to contribute code!
## Changelog
+### 0.1.2
+
+- Mill now keeps a long-lived work-daemon around in between commands; this
+ should improve performance of things like `compile` which benefit from the
+ warm JVM. You can use `-i`/`--interactive` for interactive consoles/REPLs and
+ for running commands without the daemon
+
+- Implemented the `ScalaModule#launcher` target for easily creating command-line
+ launchers you can run outside of Mill
+
+- `ScalaModule#docJar` no longer fails if you don't have `scala-compiler` on
+ classpath
+
+- Support for multiple `testFrameworks` in a test module.
### 0.1.1