summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-06-02 18:55:11 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-06-02 18:58:07 -0700
commit7f3249f71621e13795c6229b7c70c7e64e017a66 (patch)
treeb7a95b91b68c5f088ea255163ea3306102d12fe1 /readme.md
parentbaf2295c6d99d32c61d56dac38adf08388b6cc07 (diff)
downloadmill-7f3249f71621e13795c6229b7c70c7e64e017a66.tar.gz
mill-7f3249f71621e13795c6229b7c70c7e64e017a66.tar.bz2
mill-7f3249f71621e13795c6229b7c70c7e64e017a66.zip
0.2.30.2.3
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 54620267..a3ce8d13 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,28 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.3
+
+- Added the [mill show visualize](http://www.lihaoyi.com/mill/#all) command,
+ making it easy to visualize the relationships between various tasks and
+ modules in your Mill build.
+
+- Improve Intellij support ([351](https://github.com/lihaoyi/mill/pull/351)):
+ better jump-to-definition for third-party libraries, no longer stomping over
+ manual configuration, and better handling of `import $ivy` in your build file.
+
+- Support for un-signed publishing and cases where your GPG key has no
+ passphrase ([346](https://github.com/lihaoyi/mill/pull/346))
+
+- Basic support for Twirl, Play Framework's templating language
+ ([271](https://github.com/lihaoyi/mill/pull/271))
+
+- Better performance for streaming large amounts of stdout from Mill's daemon
+ process.
+
+- Allow configuration of append/exclude rules in `ScalaModule#assembly`
+ ([309](https://github.com/lihaoyi/mill/pull/309))
+
### 0.2.2
- Preserve caches when transitioning between `-i`/`--interactive` and the