diff --git a/CHANGELOG.md b/CHANGELOG.md index c79df18..75036cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ # rswag All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added +- RequestBody now supports the `required` flag [#342](https://github.com/rswag/rswag/pull/342) ### Changed ### Deprecated ### Removed ### Fixed +- Fix response example rendering [#330](https://github.com/rswag/rswag/pull/330) +- Fix empty content block [#347](https://github.com/rswag/rswag/pull/347) ### Security ## [2.3.1] - 2020-04-08