From 206c088d742e1f323dc32eceef19548ffcde85cc Mon Sep 17 00:00:00 2001 From: Jamie Macey Date: Sat, 17 Oct 2020 14:16:21 -0700 Subject: [PATCH] WIP-branch changelog updates --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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