Skip to content

Commit 56b18d6

Browse files
committed
Add a late changelog note about the "runtime" feature.
In hindsight I should've done it when writing it. Fixes #1712
1 parent ce9d8f7 commit 56b18d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ Released 2019/11/19.
167167
* Added `newtype` enum style, much like `bitfield` but without the bitwise ops
168168
(#1677).
169169
* Added support for `MaybeUninit` rather than `mem::uninitialized()` (#1666).
170-
* Allowed static linking (#1620).
170+
* Allowed static linking (#1620) behind a feature. Note that **if you're using
171+
`default-features = false`, you probably want to use the `"runtime"` feature
172+
to get the same behavior as before**.
171173

172174
## Changed
173175

0 commit comments

Comments
 (0)