summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-04 17:34:13 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-04 17:56:48 -0800
commite0e537b937fc411188af2ae7ab417b6f4a9dabbe (patch)
tree703c840477359f296fc7329b16fda39bd183b21b /readme.md
parentc3e5d9313763cf31149b0a810a772790ac5bd9e2 (diff)
downloadmill-e0e537b937fc411188af2ae7ab417b6f4a9dabbe.tar.gz
mill-e0e537b937fc411188af2ae7ab417b6f4a9dabbe.tar.bz2
mill-e0e537b937fc411188af2ae7ab417b6f4a9dabbe.zip
Introduced the `mill plan foo.bar` command, which shows you what the execution plan of running the `foo.bar` task looks like without actually evaluating it.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index c67170dc..c535b00c 100644
--- a/readme.md
+++ b/readme.md
@@ -330,6 +330,11 @@ rm -rf out/
## Changelog
+### master
+
+- Introduced the `mill plan foo.bar` command, which shows you what the execution
+ plan of running the `foo.bar` task looks like without actually evaluating it.
+
### 0.1.4
- Speed up Mill client initialization by another 50-100ms