summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-07-09 03:27:45 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-07-09 04:13:07 +0800
commit9eeabd1f1de3417e71585b11c4742e33b4a25806 (patch)
tree0c21db40fd7b8a459b50536d14a833608d23d98d /readme.md
parent996b05d3ff66f7d4fdda7e110fa14818e3e225a2 (diff)
downloadmill-9eeabd1f1de3417e71585b11c4742e33b4a25806.tar.gz
mill-9eeabd1f1de3417e71585b11c4742e33b4a25806.tar.bz2
mill-9eeabd1f1de3417e71585b11c4742e33b4a25806.zip
.
update readme for 0.5.0 more jdk versions . . . . tweak readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f4f4019f..6fb333bf 100644
--- a/readme.md
+++ b/readme.md
@@ -167,6 +167,20 @@ corresponding version of Mill.
## Changelog
+### 0.5.0
+
+- Mill now supports a `./mill`
+ [bootstrap script](http://www.lihaoyi.com/mill/#bootstrap-scripts-linuxos-x-only),
+ allowing a project to pin the version of Mill it requires, as well as letting
+ contributors use `./mill ...` to begin development without needing to install
+ Mill beforehand.
+
+- Support for a `.mill-version` file or `MILL_VERSION` environment variable for
+ [Overriding Mill Versions](http://www.lihaoyi.com/mill/#overriding-mill-versions)
+
+- Fix scoverage: inherit repositories from outer project
+ [#645](https://github.com/lihaoyi/mill/pull/645)
+
### 0.4.2
- Improvements to IntelliJ project generation [#616](https://github.com/lihaoyi/mill/pull/616)