From 67f5e3d56b319523aa0c241326db66c7a162ca84 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Wed, 21 Aug 2024 16:21:02 +0100 Subject: [PATCH] Add heading to 1.0.0-alpha.8 changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32809af..8946a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [1.0.0-alpha.8] - 2024-08-21 +### Changed + - Replace `schemars::gen` module with `schemars::generate`. This is because `gen` is a reserved keyword in rust 2024, so can only be used as `r#gen`. The `schemars::gen` module is still available for ease of upgrading, but is marked as deprecated and _may_ be removed in the future 1.0.0 release. (https://github.com/GREsau/schemars/issues/306 / https://github.com/GREsau/schemars/pull/323) ## [1.0.0-alpha.7] - 2024-08-19