diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f88f7a..a99e310e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -183,7 +183,7 @@ ### Added: - ~~Support generic default values in `default` attributes (https://github.com/GREsau/schemars/pull/83)~~ - - ⚠️ **This inadvertently introduced a breaking change and was removed in 0.8.10** + - **This inadvertently introduced a breaking change and was removed in 0.8.10** - Add missing MIT licence text for usage of code from regex_syntax crate (https://github.com/GREsau/schemars/pull/132) - Support uuid v1 and arrayvec 0.7 via feature flags `uuid1` and `arrayvec07` (https://github.com/GREsau/schemars/pull/142) - This also adds `uuid08` and `arrayvec05` feature flags for the previously supported versions of these crates. The existing `uuid` and `arrayvec` flags are still supported for backward-compatibility, but they are **deprecated**.