Skip to content

Commit afaefc9

Browse files
committed
1.1.0-RC2
1 parent 36a3bd4 commit afaefc9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

changelog.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,34 @@ _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

1515

16+
[#1-1-0-RC2]
17+
=== 1.1.0-RC2
18+
:version: 1.1.0-RC2
19+
:milestone-name: 1.1.0-RC2
20+
:milestone: 133
21+
:prev-version: 1.1.0
22+
_2025-11-17_
23+
24+
Changes since 1.1.0-RC1:
25+
26+
- Improvements to example `.zip` file downloads to make them more user-friendly {link-pr}/6122[#6122]
27+
- Improvements and cleanup of Mill bootstrap scripts {link-pr}/6117[#6117]
28+
- Fix Junit5 test discovery when using custom JVM version {link-pr}/6127[#6127]
29+
- Improve performance of test discovery and test initialization when using custom JVM
30+
versions by running this logic in ZincWorker rather than spawning a subprocess {link-pr}/6125[#6125]
31+
- Improve handling of cancellation daemon shutdown in the presence of multiple connected launchers {link-pr}/6136[#6136]
32+
- `millBinPlatform` should be `1` for `1.1.0-RCx` {link-pr}/6134[#6134]
33+
- Overhaul of `.mill.yaml` and `//|` builder header handling, reducing recompilation latencies
34+
and improvig error messages {link-pr}/6155[#6155] {link-pr}/6170[#6170]
35+
- Make selective execution trigger on changes to build overrides {link-pr}/6158[#6158]
36+
- Shift the responsibility of setting up annotation processors from the
37+
user (via javacOptions) to mill (via a new annotationProcessor API) {link-pr}/6168[#6168]
38+
- Improvements to Mill Spring-Boot docs and examples {link-pr}/6181[#6181] {link-pr}/6099[#6099]
39+
- Greatly reduced verbosity of command line logging to make errors easier to skim and understand
40+
{link-pr}/6186[#6186] {link-pr}/6187[#6187]
41+
- More aggressively skip files when discovering scripts for BSP import {link-pr}/6194[#6194]
42+
43+
1644
[#1-1-0-RC1]
1745
=== 1.1.0-RC1
1846
:version: 1.1.0-RC1

0 commit comments

Comments
 (0)