Skip to content

Commit 3c3e497

Browse files
authored
Update changelog.adoc
1 parent 2a84e22 commit 3c3e497

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

changelog.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1919
:milestone: 109
2020
:prev-version: 0.12.5
2121

22-
* Mill now provides native executables on windows-amd64, linux-{amd64,aarch64}, and
22+
* https://mill-build.org/mill/cli/installation-ide.html#_mill_native_executable[Mill now provides native executables] on windows-amd64, linux-{amd64,aarch64}, and
2323
macos-{amd64,aarch64}. These can be enabled by adding the `-native` suffix to your `.mill-version`
2424
file (e.g. `0.12.6-native`), and allows you to run Mill on clean machines without needing
2525
a pre-installed JVM (Mill will instead download one as necessary)
2626

2727
** Using Mill native binaries requires the latest `./mill` or `./mill.bat` files,
28-
available for download in the Mill repo
28+
available for download in the Mill repo (https://mill-build.org/mill/cli/installation-ide.html#_bootstrap_scripts[Docs])
2929

3030
** windows-aarch64 is not supported due to limitations in the upstream Graal native
3131
image builder https://github.com/oracle/graal/issues/9215[]
3232

33-
* Mill also provides support for users to build native images via `NativeImageModule`
33+
* Mill also provides support for users to build native images via `NativeImageModule` (https://mill-build.org/mill/javalib/publishing.html#_building_native_image_binaries_with_graal_vm[Docs])
3434

35-
* Mill's https://mill-build.org/mill/python/java.html[Python support] {link-pr}/4166[#4166]
35+
* Mill's https://mill-build.org/mill/pythonlib/intro.html[Python support] {link-pr}/4166[#4166]
3636
is no longer experimental and is ready for people to use. It is still
3737
in development, so please try it out and let us know if you hit issues!
3838

39-
* Support for semi-automated migration from Gradle to Mill {link-pr}/4363[#4363]
39+
* Support for semi-automated migration from Gradle to Mill via `mill init` (https://mill-build.org/mill/migrating/gradle.html[Docs]) {link-pr}/4363[#4363]
4040

4141
* Overhaul of the JVM module dependency resolution logic, delegating it mostly upstream
4242
to Coursier rather than implementing it in Mill {link-pr}/4145[#4145]
4343

44-
* Allow users to define and publish their own BOM in Mill {link-pr}/4155[#4155]
44+
* Allow users to define and publish their own BOM in Mill (https://mill-build.org/mill/fundamentals/library-deps.html#_dependency_management[Docs]) {link-pr}/4155[#4155]
4545

4646
* Reduce Java Heap for Mill Client to reduce memory footprint {link-pr}/4163[#4163]
4747

0 commit comments

Comments
 (0)