summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-20 02:22:48 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-20 02:22:48 -0700
commitb36d39800da8075da945c3abbabeba854ec70416 (patch)
tree3c3ec778680e800338fe5b5d86042b6ffe9e7961 /readme.md
parentef3d5a10f6c39e845ddeba108a67dcc52188caa2 (diff)
downloadmill-b36d39800da8075da945c3abbabeba854ec70416.tar.gz
mill-b36d39800da8075da945c3abbabeba854ec70416.tar.bz2
mill-b36d39800da8075da945c3abbabeba854ec70416.zip
0.2.10.2.1
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 7c02ca52..525c6bca 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,13 @@ If you want to use Mill in your own projects, check out our documentation:
The remainder of this readme is developer-documentation targeted at people who
wish to work on Mill's own codebase. The developer docs assume you have read
-through the user-facing documentation linked above.
+through the user-facing documentation linked above. It's also worth spending a
+few minutes reading the following blog posts to get a sense of Mill's design &
+motivation:
+
+- [So, what's wrong with SBT?](http://www.lihaoyi.com/post/SowhatswrongwithSBT.html)
+- [Build Tools as Pure Functional Programs](http://www.lihaoyi.com/post/BuildToolsasPureFunctionalPrograms.html)
+- [Mill: Better Scala Builds](http://www.lihaoyi.com/post/MillBetterScalaBuilds.html)
## How to build and test
@@ -145,7 +151,7 @@ optimizer without classpath conflicts.
## Changelog
-### master
+### 0.2.1
- Preserve caches when transitioning between `-i`/`--interactive` and the
fast client/server mode ([329](https://github.com/lihaoyi/mill/issues/329))