diff options
-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 |