about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2020-12-28 15:57:53 -0800
committerGitHub <noreply@github.com>2020-12-28 15:57:53 -0800
commit8041ccff2c3a754fd199fbc9988b9cda996ba9c1 (patch)
tree1f43ad887c14ed6e3804085c7a78b55f4f6e3e5c /src/bootstrap
parent2987785df3d46d5ff144a5c67fbb8f5cca798d78 (diff)
downloadrust-8041ccff2c3a754fd199fbc9988b9cda996ba9c1.tar.gz
rust-8041ccff2c3a754fd199fbc9988b9cda996ba9c1.zip
Add llvm-libunwind change to bootstrap CHANGELOG
From #77703.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bootstrap/CHANGELOG.md b/src/bootstrap/CHANGELOG.md
index a103c9fb0b7..f899f21080e 100644
--- a/src/bootstrap/CHANGELOG.md
+++ b/src/bootstrap/CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to bootstrap will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## [Non-breaking changes since the last major version]
+
+## [Changes since the last major version]
+
+- `llvm-libunwind` now accepts `in-tree` (formerly true), `system` or `no` (formerly false) [#77703](https://github.com/rust-lang/rust/pull/77703)
+
+### Non-breaking changes
 
 - `x.py check` needs opt-in to check tests (--all-targets) [#77473](https://github.com/rust-lang/rust/pull/77473)
 - The default bootstrap profiles are now located at `bootstrap/defaults/config.$PROFILE.toml` (previously they were located at `bootstrap/defaults/config.toml.$PROFILE`) [#77558](https://github.com/rust-lang/rust/pull/77558)