summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-09-21 20:02:41 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-09-21 20:02:41 +0800
commite27de4a1ea2f4f9186d0963e1dbdd03fe4bb7c00 (patch)
treea4174a1848990aaf10437d117690b98cc1b06fda /readme.md
parent55e7f92c7796bbaa22db03c656082fb3de855353 (diff)
downloadmill-e27de4a1ea2f4f9186d0963e1dbdd03fe4bb7c00.tar.gz
mill-e27de4a1ea2f4f9186d0963e1dbdd03fe4bb7c00.tar.bz2
mill-e27de4a1ea2f4f9186d0963e1dbdd03fe4bb7c00.zip
0.2.80.2.8
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 9640b8b3..fdd2b9e0 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,16 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.8
+
+- `mill inspect` now displays out the doc-comment documentation for a task.
+
+- Avoid shutdown hook failures in tests [#422](https://github.com/lihaoyi/mill/pull/422)
+
+- Ignore unreadable output files rather than crashing [#423](https://github.com/lihaoyi/mill/pull/423)
+
+- Don't compile hidden files [#428](https://github.com/lihaoyi/mill/pull/428)
+
### 0.2.7
- Add `visualizePlan` command