From 38a9f70240b6901adaa80ef152522a2efee53a3b Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Fri, 11 Feb 2022 17:25:36 +0900 Subject: [PATCH] Add release note --- release-notes/v1.1.0.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 release-notes/v1.1.0.md diff --git a/release-notes/v1.1.0.md b/release-notes/v1.1.0.md new file mode 100644 index 00000000..3f86086c --- /dev/null +++ b/release-notes/v1.1.0.md @@ -0,0 +1,15 @@ +## Release Notes ## + +Bug fixes and enhancements + + +### Changes & Fixes ### + +* #358 Refactor sample apps for .NET 6 in-proc/out-of-proc +* #330 Allow relative URL being used as base URL +* #329 Deprecated feature implementation #319 +* #318 Resolve TypeLoadException for QueryCollection #296 +* #311 Support Required attribute #226 +* #310 Fixes: Enum of type byte is ignored #309 +* #301 Fix: OpenAPI attributes are not getting picked up if they are in a referenced class library project #298 +* #297 Add a HideDocument flag akin to HideSwaggerUI