summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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