summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-25 18:45:27 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-25 18:45:27 -0700
commit4b0350f868581c7ec0e1307bb6fea516a46e7e8b (patch)
treeeae91835d3b85487cea753d0a43edb4ad179b73e /readme.md
parentb659cb97f58a3d7be641f94885c940375b1aa23f (diff)
downloadmill-4b0350f868581c7ec0e1307bb6fea516a46e7e8b.tar.gz
mill-4b0350f868581c7ec0e1307bb6fea516a46e7e8b.tar.bz2
mill-4b0350f868581c7ec0e1307bb6fea516a46e7e8b.zip
0.1.70.1.7
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 2443eebf..da41853b 100644
--- a/readme.md
+++ b/readme.md
@@ -328,7 +328,7 @@ rm -rf out/
## Changelog
-### master
+### 0.1.7
- Support for non-interactive (client/server) mode on Windows.
@@ -346,7 +346,28 @@ rm -rf out/
Mill also runs on [Git-Bash](https://gitforwindows.org) and [WSL](https://docs.microsoft.com/windows/wsl)
but only on interactive mode.
-
+
+- More fixes for Java 9
+
+- Bumped the Mill daemon timeout from 1 minute to 5 minutes of inactivity before
+ it shuts down.
+
+- Avoid leaking Node.js subprocesses when running `ScalaJSModule` tests
+
+- Passing command-line arguments with spaces in them to tests no longer parses
+ wrongly
+
+- `ScalaModule#repositories`, `scalacPluginIvyDeps`, `scalacOptions`,
+ `javacOptions` are now automatically propagated to `Tests` modules
+
+- `ScalaJSModule` linking errors no longer show a useless stack trace
+
+- `ScalaModule#docJar` now properly uses the compileClasspath rather than
+ runClasspath
+
+- Bumped underlying Ammonite version to [1.1.0](http://ammonite.io/#1.1.0),
+ which provides the improved Windows and Java 9 support
+
### 0.1.6
- Fixes for non-interactive (client/server) mode on Java 9