summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index dd05d0c0..95942322 100644
--- a/readme.md
+++ b/readme.md
@@ -117,7 +117,7 @@ In case of troubles with caching and/or incremental compilation, you can always
restart from scratch removing the `out` directory:
```bash
-rm -rf out/
+os.remove.all -rf out/
```
## Project Layout
@@ -151,6 +151,11 @@ optimizer without classpath conflicts.
## Changelog
+### master
+
+- Mill is now bundled with [OS-Lib](https://github.com/lihaoyi/os-lib),
+ providing a simpler way of dealing with filesystem APIs and subprocesses
+
### 0.3.3
- Added new `debug` method to context logger, to log additional debug info into the