diff options
author | 2022-06-03 23:43:25 -0700 | |
---|---|---|
committer | 2022-06-03 23:43:25 -0700 | |
commit | 1a760876a5b57b77d85baf4b30159e0c422333b1 (patch) | |
tree | 989e3147a83e9a06057576c07e17d3b142935615 | |
parent | d8cbc9e028bb90f86814bae82275e81104e9d167 (diff) | |
download | rust-x86-1a760876a5b57b77d85baf4b30159e0c422333b1.tar.gz rust-x86-1a760876a5b57b77d85baf4b30159e0c422333b1.tar.zst rust-x86-1a760876a5b57b77d85baf4b30159e0c422333b1.zip |
Fix changelog
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc665e..310a85d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.49.0] - 2022-06-03 -- Removed `bits64::segmentation::fs_deref()`: Users should replace calls to - `fs_deref` with the more general `fbits64::segmentation::s_deref!` macro. +- Removed `x86::its64::segmentation::fs_deref()`: Users should replace calls to + `fs_deref` with the more general `x86::bits64::segmentation::fs_deref!` macro. `fs_deref!(0)` is equivalent to `fs_deref()`. -- Removed `bits64::segmentation::gs_deref()`: Users should replace calls to - `gs_deref` with the more general `bits64::segmentation::gs_deref!` macro. +- 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()`. ## [0.48.0] - 2022-05-23 |