summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-10-18 19:30:09 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-10-18 19:30:09 +0800
commitf36553ee14e52f110883b9f2399b04b44702514f (patch)
treede34591d372764b1da7263cfbe56828fa62c1fbb /readme.md
parent1e2b8fc4adff7b5c6a9cdc41aefcdb0c336f30b2 (diff)
downloadmill-f36553ee14e52f110883b9f2399b04b44702514f.tar.gz
mill-f36553ee14e52f110883b9f2399b04b44702514f.tar.bz2
mill-f36553ee14e52f110883b9f2399b04b44702514f.zip
0.2.90.2.9
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index fdd2b9e0..ebdf5a0b 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,17 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.9
+
+- Bump Ammonite to 1.3.1, Fastparse to 2.0.4
+
+- Sped up `ScalaModule#docJar` task by about 10x, greatly speeding up publishing
+
+- Add a flag `JavaModule#skipIdea` you can override to disable Intellij project
+ generation [#458](https://github.com/lihaoyi/mill/pull/458)
+
+- Allow sub-domains when publishing [#441](https://github.com/lihaoyi/mill/pull/441)
+
### 0.2.8
- `mill inspect` now displays out the doc-comment documentation for a task.