summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index fa68fd85..c67170dc 100644
--- a/readme.md
+++ b/readme.md
@@ -330,6 +330,24 @@ rm -rf out/
## Changelog
+### 0.1.4
+
+- Speed up Mill client initialization by another 50-100ms
+
+- Speed up incremental `assembly`s in the common case where upstream
+ dependencies do not change.
+
+- Make `ScalaJSModule#run` work with main-method discovery
+
+- Make `ScalaWorkerModule` user-defineable, so you can use your own custom
+ coursier resolvers when resolving Mill's own jars
+
+- Simplify definitions of `SCM` strings
+
+- Make the build REPL explicitly require `-i`/`--interactive` to run
+
+- Log a message when Mill is initializing the Zinc compiler interface
+
### 0.1.3
- Greatly reduced the overhead of evaluating Mill tasks, with a warm