summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index fc4398fc..69c1bc1b 100644
--- a/readme.md
+++ b/readme.md
@@ -167,12 +167,21 @@ corresponding version of Mill.
## Changelog
-### master
-
-
+### 0.5.2 - 2019-10-17
+
+- `TestModule`: new `testCached`target, which only re-runs tests after relevant changes
+- `TestModule.test`: fixed issue when stacktraces have no filename info
+- `Dependency/updates`: fixed issue with reading stale dependencies
+- `GenIdea/idea`: no longer shared output directories between mill and IntelliJ IDEA
+- support for Dotty >= 0.18.1
+- Fixed backwards compatibility of mill wrapper script
+- Mill now support the Build Server Protocol 2.0 (BSP) and can act as a build server
+- bloop: removed semanticDB dependency
+- Documentation updates
+
*For details refer to
-[milestone after 0.5.1](https://github.com/lihaoyi/mill/milestone/30?closed=1)
-and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.1...master).*
+[milestone 0.5.1](https://github.com/lihaoyi/mill/milestone/30?closed=1)
+and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.1...0.5.2).*
### 0.5.1 - 2019-09-05