From 39c07ac061a0a3b32e0820c9234554b899675f9e Mon Sep 17 00:00:00 2001 From: avgalex <6c65787870@protonmail.ch> Date: Tue, 23 Dec 2025 13:40:53 +0300 Subject: [PATCH] Add CHANGELOG entry for 7.0.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646d33e..ea4fe1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changes in 7.0.2 +- Fixed: InvalidCastException when models contain enum properties (Issue #176) + - In Microsoft.OpenApi 2.x, enum properties are represented as `OpenApiSchemaReference` instead of `OpenApiSchema` + - Filter out schema references in `GetProperties()` method to avoid cast exception + # Changes in 7.0.1 - Fixed: FluentValidation rules not applied to `[FromForm]` parameters (Issue #170) - Added `RequestBody` processing in `FluentValidationOperationFilter` for `multipart/form-data` and `application/x-www-form-urlencoded` content types