From 9851427d0703773f405510853fd888b174690ab5 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sat, 2 Nov 2024 22:41:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) 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)