summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-27 20:38:46 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-08-27 20:38:46 +0800
commited95f2dd558a82f6b84f7f0dc3d80b3038683950 (patch)
tree7b25ad6829a2d3ec97ac8df91dc46174e2e00488 /readme.md
parent947485ad217adbf7079d2669a60fa2380add71a4 (diff)
downloadmill-ed95f2dd558a82f6b84f7f0dc3d80b3038683950.tar.gz
mill-ed95f2dd558a82f6b84f7f0dc3d80b3038683950.tar.bz2
mill-ed95f2dd558a82f6b84f7f0dc3d80b3038683950.zip
0.2.70.2.7
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d943c31c..9640b8b3 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,25 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.7
+
+- Add `visualizePlan` command
+
+- Basic build-info plugin in `mill-contrib-buildinfo`
+
+- ScalaPB integration in `mill-contrib-scalapblib`
+
+- Fixes for Twirl support, now in `mill-contrib-twirllib`
+
+- Support for building Dotty projects
+ [#397](https://github.com/lihaoyi/mill/pull/397)
+
+- Allow customization of `run`/`runBackground` working directory via
+ `forkWorkingDir`
+
+- Reduced executable size, improved incremental compilation in
+ [#414](https://github.com/lihaoyi/mill/pull/414)
+
### 0.2.6
- Improve incremental compilation to work with transitive module dependencies