diff options
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a9371a..9d679c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -167,7 +167,9 @@ Released 2019/11/19. * Added `newtype` enum style, much like `bitfield` but without the bitwise ops (#1677). * Added support for `MaybeUninit` rather than `mem::uninitialized()` (#1666). - * Allowed static linking (#1620). + * Allowed static linking (#1620) behind a feature. Note that **if you're using + `default-features = false`, you probably want to use the `"runtime"` feature + to get the same behavior as before**. ## Changed |