]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/CHANGELOG.md
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
[rust.git] / src / bootstrap / CHANGELOG.md
index 5324c6bde4e1bc4edfb2276c761a2eafbc812f1f..add73ebd44b8c399d65c502203b45b1408982990 100644 (file)
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - The options `infodir`, `localstatedir`, and `gpg-password-file` are no longer allowed in config.toml. Previously, they were ignored without warning. Note that `infodir` and `localstatedir` are still accepted by `./configure`, with a warning. [#82451](https://github.com/rust-lang/rust/pull/82451)
 - Add options for enabling overflow checks, one for std (`overflow-checks-std`) and one for everything else (`overflow-checks`). Both default to false.
 - Change the names for `dist` commands to match the component they generate. [#90684](https://github.com/rust-lang/rust/pull/90684)
+- The `build.fast-submodules` option has been removed. Fast submodule checkouts are enabled unconditionally. Automatic submodule handling can still be disabled with `build.submodules = false`.
 
 ### Non-breaking changes