-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |