about summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Hofmayer <ehofmayer@outlook.de>2023-04-09 12:36:15 +0200
committerErik Hofmayer <ehofmayer@outlook.de>2023-04-09 12:36:15 +0200
commit3fcc007f96c625c3a6d326030fca5d5fb7f8abf2 (patch)
treec2abd03ee77f5bdc79d4976ee00d334c7820b3bf
parent5c75dcdefa8b6e239560bad3cfe5af9f036308a5 (diff)
downloadrust-3fcc007f96c625c3a6d326030fca5d5fb7f8abf2.tar.gz
rust-3fcc007f96c625c3a6d326030fca5d5fb7f8abf2.zip
Add PR link to changelog entry for renaming of ignore-git
-rw-r--r--src/bootstrap/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md
index fe6d450e3eb..74dd22df9e0 100644
--- a/src/bootstrap/CHANGELOG.md
+++ b/src/bootstrap/CHANGELOG.md
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - `remote-test-server`'s `remote` argument has been removed in favor of the `--bind` flag. Use `--bind 0.0.0.0:12345` to replicate the behavior of the `remote` argument.
 - `x.py fmt` now formats only files modified between the merge-base of HEAD and the last commit in the master branch of the rust-lang repository and the current working directory. To restore old behaviour, use `x.py fmt .`. The check mode is not affected by this change. [#105702](https://github.com/rust-lang/rust/pull/105702)
 - The `llvm.version-check` config option has been removed. Older versions were never supported. If you still need to support older versions (e.g. you are applying custom patches), patch `check_llvm_version` in bootstrap to change the minimum version. [#108619](https://github.com/rust-lang/rust/pull/108619)
-- The `rust.ignore-git` option has been renamed to `rust.omit-git-hash`.
+- The `rust.ignore-git` option has been renamed to `rust.omit-git-hash`. [#110059](https://github.com/rust-lang/rust/pull/110059)
 
 ### Non-breaking changes