diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a10fe..f49a170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * implement `From<(&'static str, Cow<'static, str)>` for `Attribute` * implement `From<&'static str>` and `From` for `Element` * implement `From<[Element; N]>` and `From>` for `Element` (group elements without wrapping them in a `div`) -* Support for `no_std` (by disabling the `std` feature flag) * Feature flags * `std`: Enabled by default. Disable it to compile to `no_std` * `rocket_v05` : implement [`rocket::response::Responder`](https://docs.rs/rocket/latest/rocket/response/trait.Responder.html) for `Document` and `Element` (for rocket 0.5)