aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-07-01 10:49:04 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-01 10:49:04 -0700
commit10cac6ae607f526b3d86ad8288b8a8476b23d457 (patch)
tree43bf096413d37a04f64538ce5fc035c729130da7
parent78a3dc768eae00d08821fd2410782d8af358b7b8 (diff)
downloadrust-x86-10cac6ae607f526b3d86ad8288b8a8476b23d457.tar.gz
rust-x86-10cac6ae607f526b3d86ad8288b8a8476b23d457.tar.zst
rust-x86-10cac6ae607f526b3d86ad8288b8a8476b23d457.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b4d0a4..52cda70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`fs_deref!(0)` is equivalent to `fs_deref()`.
- Removed `x86::bits64::segmentation::gs_deref()`: Users should replace calls to
`gs_deref` with the more general `x86::bits64::segmentation::gs_deref!` macro.
- `fs_deref!(0)` is equivalent to `fs_deref()`.
+ `gs_deref!(0)` is equivalent to `gs_deref()`.
## [0.48.0] - 2022-05-23