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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ _2025-05-10_
489
489
490
490
* fix: Use root qualifier in Discover macro ({link-pr}/5055[#5055])
491
491
* Fix selective execution when multiple changes are made to one module under `--watch` ({link-pr}/5032[#5032])
492
-
* Add ability to define `package` `ExternalModule`s that can be calle via just `pkg.path/` rather than `pkg.path.ObjectName/` ({link-pr}/4920[#4920])
492
+
* Add ability to define `package` ``ExternalModule``s that can be calle via just `pkg.path/` rather than `pkg.path.ObjectName/` ({link-pr}/4920[#4920])
493
493
* Backport `javascriptlib` and `pythonlib` improvements from `main` branch ({link-pr}/4893[#4893])
494
494
* Fix wildcard and type selector query bugs ({link-pr}/4862[#4862])
495
495
* Lots of Mill `main` branch compatibility changes, adding the new name and deprecating the old one
@@ -1418,7 +1418,7 @@ __New features__
1418
1418
__Fixes and Improvements__
1419
1419
1420
1420
* Better detect Windows Subsystem for Linux environments {link-pr}/2901[#2901]
* Deduplicate (anonymous) tasks in results {link-pr}/2959[#2959]
1423
1423
* Synchronize `evaluateGroupCached` to avoid concurrent access to cache {link-pr}/2980[#2980]
1424
1424
* Properly sanitize Windows reserved names and symbols in evaluator paths {link-pr}/2964[#2964], {link-pr}/2965[#2965]
@@ -2450,7 +2450,7 @@ The API is suspected to change before a 0.10.0 releae.*
2450
2450
2451
2451
_Changes since {prev-version}:_
2452
2452
2453
-
* `ScalaModule with PublishModule`: the `scala-library` artifact is now always part of the dependencies in published `pom.xml`s and `ivy.xml`s
2453
+
* `ScalaModule with PublishModule`: the `scala-library` artifact is now always part of the dependencies in published ``pom.xml``s and `ivy.xml`s
2454
2454
* New `JavaModule.mandatoryMvnDeps` target to provide essential dependencies like scala-library without forcing the user to call `super.mvnDeps`
2455
2455
* `ScalaJSModule.scalaLibraryMvnDeps` no longer contains the scala-js-library, but only the scala-library; if you need that, use `ScalaJSModule.mandatoryMvnDeps` instead.
2456
2456
* `import $ivy` support `$MILL_BIN_PLATFORM` variable and a new sort notations for external plugins
@@ -3280,7 +3280,7 @@ _2018-03-04_
3280
3280
3281
3281
* Speed up Mill client initialization by another 50-100ms
3282
3282
3283
-
* Speed up incremental `assembly`s in the common case where upstream dependencies do not change.
3283
+
* Speed up incremental ``assembly``s in the common case where upstream dependencies do not change.
3284
3284
3285
3285
* Make `ScalaJSModule#run` work with main-method discovery
0 commit comments