summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-07-22 15:44:11 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-22 15:50:54 +0800
commit8182e0fd84acb318bf8a6864cfac876229eb55a9 (patch)
treecd8348d827adf1f3ccd769cf4dd053cfecce0bac /readme.md
parent57f4968e8c37c857e4c8d6cac80dca739186754d (diff)
downloadmill-8182e0fd84acb318bf8a6864cfac876229eb55a9.tar.gz
mill-8182e0fd84acb318bf8a6864cfac876229eb55a9.tar.bz2
mill-8182e0fd84acb318bf8a6864cfac876229eb55a9.zip
0.2.50.2.5
tweak-readme reduce polling frequency of BackgroundWrapper
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