Skip to content

Commit 2f95eba

Browse files
committed
1.0.0-RC3
1 parent 6be9add commit 2f95eba

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelog.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ endif::[]
1212
_The changelog below is for tagged, stable releases. For unstable releases,
1313
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1414

15+
[#1-0-0-RC3]
16+
=== 1.0.0-RC3
17+
_2025-07-01_
18+
19+
20+
:version: 1.0.0-RC3
21+
:milestone-name: 1.0.0-RC3
22+
:milestone: 120
23+
:prev-version: 1.0.0-RC2
24+
25+
1.0.0-RC3 is likely to be the last RC before 1.0.0 final is cut
26+
27+
Changes since 1.0.0-RC2
28+
29+
* Improvements to Bash/Zsh tab-completion logic ({link-pr}/5296[#5296])
30+
* Improvements to BSP support ({link-pr}/5310[#5310])
31+
* Replace `Task.workspace` / `TaskCtx.workspace` with `BuildCtx.workspaceRoot` ({link-pr}/5322[#5322])
32+
* Fix `Task.Sources` customization in `./mill init` ({link-pr}/5325[#5325]), and add support
33+
for importing `.jvmopts` file ({link-pr}/5339[#5339])
34+
* Simplify configuration of JVM version ({link-pr}/5327[#5327])
35+
* Fix `./mill init` crasher on windows ({link-pr}/5330[#5330])
36+
* Add `--no-filesystem-checker` flag to globally disable filesystem read/write checks ({link-pr}/5278[#5278])
37+
* Rename `def defaultCommandName` to `def defaultTask` ({link-pr}/5405[#5405])
38+
* Consolidate `mill.define` and `mill.api` into a single `mill.api` namespace ({link-pr}/5407[#5407])
39+
* Re-organize `mill.scalalib` and `mill.javalib` packages ({link-pr}/5411[#5411])
40+
1541
[#1-0-0-RC2]
1642
=== 1.0.0-RC2
1743
_2025-06-12_

0 commit comments

Comments
 (0)