summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 88c03a6f..2ad2debe 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,21 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.5
+
+- Add `.runBackground` and `.runMainBackground` commands, to run something in
+ the background without waiting for it to return. The process will keep running
+ until it exits normally, or until the same `.runBackground` command is run a
+ second time to spawn a new version of the process. Can be used with `-w` for
+ auto-reloading of long-running servers.
+
+- [Scala-Native support](http://www.lihaoyi.com/mill/page/common-project-layouts.html#scala-native-modules).
+ Try it out!
+
+- Add `--disable-ticker` to reduce spam in CI
+
+- Fix propagation of `--color` flag
+
### 0.2.4
- Fix resolution of `scala-{library,compiler,reflect}` in case of conflict