You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.adoc
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,28 +21,30 @@ see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
21
21
:prev-version: 1.0.4
22
22
_2025-09-16_
23
23
24
-
- Stability improvements to Mill launcher-daemon interactions ({link-pr}/5865[#5865], {link-pr}/5872[#5872])
25
-
- Use Kotlin build-tools-api to compile Kotlin 2.1+ code ({link-pr}/5785[#5785], {link-pr}/5859[#5859])
26
-
- Include compile classpath in unidoc module ({link-pr}/5858[#5858])
27
-
- Disable certain `fsNotifyWatchLog` logging to prevent infinite logging loops ({link-pr}/5856[#5856])
28
-
- Fix Scala.js link logs in server-client mode ({link-pr}/5845[#5845])
29
-
- Show log prefix in failure summary to make it easier to grep for relevant failure logs ({link-pr}/5842[#5842])
30
-
- Make `--bsp` turn on `--no-daemon` mode automatically ({link-pr}/5840[#5840])
31
-
- Fix handling of threadlocals in `Worker#close` calls ({link-pr}/5834[#5834])
32
-
- Fix prompt when server restarts due to version change ({link-pr}/5832[#5832])
33
-
- Retry mill daemon start rather than PID file reading to try and stablize server start ({link-pr}/5829[#5829])
34
-
- Update lazy val bytecode signature heuristics to work with Scala 3 lazy vals ({link-pr}/5828[#5828])
35
-
- Pre-parse Mill CLI config in launcher to allow `-i`/`--no-daemon` flags to be passed anywhere rather than only as the first argument ({link-pr}/5823[#5823])
36
-
- KSP 2 support ({link-pr}/5727[#5727], {link-pr}/5768[#5768], {link-pr}/5795[#5795])
37
-
- Fix forced versions handling of transitive dependencies ({link-pr}/5813[#5813])
38
-
- Read coursier env vars and Java properties via input tasks ({link-pr}/5793[#5793])
39
-
- Register `MillURLClassLoader` as parallel capable ({link-pr}/5791[#5791], {link-pr}/5811[#5811])
40
-
- Let `MillURLClassLoader` find classes not found in shared classloader
41
-
- Make Mill work with `mill-build/src/` folder even if `mill-build/build.mill` does not exist ({link-pr}/5783[#5783])
42
-
- Android: Bugfixes for Windows support ({link-pr}/5775[#5775])
- Android: package jnis provided by dependencies ({link-pr}/5760[#5760])
45
-
- Implement support for building Scala 3.8 modules ({link-pr}/5751[#5751])
24
+
_Changes since {prev-version}:_
25
+
26
+
* Stability improvements to Mill launcher-daemon interactions ({link-pr}/5865[#5865], {link-pr}/5872[#5872])
27
+
* Use Kotlin build-tools-api to compile Kotlin 2.1+ code ({link-pr}/5785[#5785], {link-pr}/5859[#5859])
28
+
* Include compile classpath in unidoc module ({link-pr}/5858[#5858])
29
+
* Disable certain `fsNotifyWatchLog` logging to prevent infinite logging loops ({link-pr}/5856[#5856])
30
+
* Fix Scala.js link logs in server-client mode ({link-pr}/5845[#5845])
31
+
* Show log prefix in failure summary to make it easier to grep for relevant failure logs ({link-pr}/5842[#5842])
32
+
* Make `--bsp` turn on `--no-daemon` mode automatically ({link-pr}/5840[#5840])
33
+
* Fix handling of threadlocals in `Worker#close` calls ({link-pr}/5834[#5834])
34
+
* Fix prompt when server restarts due to version change ({link-pr}/5832[#5832])
35
+
* Retry mill daemon start rather than PID file reading to try and stablize server start ({link-pr}/5829[#5829])
36
+
* Update lazy val bytecode signature heuristics to work with Scala 3 lazy vals ({link-pr}/5828[#5828])
37
+
* Pre-parse Mill CLI config in launcher to allow `-i`/`--no-daemon` flags to be passed anywhere rather than only as the first argument ({link-pr}/5823[#5823])
38
+
* KSP 2 support ({link-pr}/5727[#5727], {link-pr}/5768[#5768], {link-pr}/5795[#5795])
39
+
* Fix forced versions handling of transitive dependencies ({link-pr}/5813[#5813])
40
+
* Read coursier env vars and Java properties via input tasks ({link-pr}/5793[#5793])
41
+
* Register `MillURLClassLoader` as parallel capable ({link-pr}/5791[#5791], {link-pr}/5811[#5811])
42
+
* Let `MillURLClassLoader` find classes not found in shared classloader
43
+
* Make Mill work with `mill-build/src/` folder even if `mill-build/build.mill` does not exist ({link-pr}/5783[#5783])
44
+
* Android: Bugfixes for Windows support ({link-pr}/5775[#5775])
0 commit comments