From a7bb3fd0a885402a84739d8ba879510e451e50b3 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 10 Apr 2018 23:02:02 -0500 Subject: Tweak changelog [skip ci] --- readme.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index e0f34278..2b2251bc 100644 --- a/readme.md +++ b/readme.md @@ -331,9 +331,9 @@ rm -rf out/ ### 0.2.0 - Universal (combined batch/sh) script generation for launcher, assembly, and - release + release ([#264](https://github.com/lihaoyi/mill/issues/264)) -- Windows client/server improvements +- Windows client/server improvements ([#262](https://github.com/lihaoyi/mill/issues/262)) - Windows repl support (note: MSYS2 subsystem/shell will be supported when jline3 v3.6.3 is released) @@ -367,17 +367,9 @@ rm -rf out/ ### 0.1.7 - -- Windows batch (.bat) generation for launcher, assembly, and release - Support for non-interactive (client/server) mode on Windows. - On Cygwin, run the following after downloading mill: - - ```bash - sed -i '0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}; 0,/-cp "\$0"/{s/-cp "\$0"/-cp `cygpath -w "\$0"`/}' - ``` - - More fixes for Java 9 - Bumped the Mill daemon timeout from 1 minute to 5 minutes of inactivity before @@ -403,6 +395,8 @@ rm -rf out/ - Fixes for non-interactive (client/server) mode on Java 9 +- Windows batch (.bat) generation for launcher, assembly, and release + ### 0.1.5 - Introduced the `mill plan foo.bar` command, which shows you what the execution -- cgit v1.2.3