From 62bd7b82a5339b77493166e1ce0dc3537d62bf34 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 18 Apr 2024 10:56:54 -0700 Subject: [PATCH] docs(CHANGELOG): documented `IsVariant` changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270eee3a..0598777e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - The `Constructor` and `IsVariant` derives now generate `const fn` functions. +- Static methods derived by `IsVariant` are now marked `#[must_use]`. - The `Unwrap` and `IsVariant` derives now generate doc comments. - `#[automatically_derived]` is now emitted from all macro expansions. This should prevent code style linters from attempting to modify the generated