File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+
8+ ## [ 1.2.32] - 2020-02-19
9+ # Added
10+ - Support to override generic responses from controller advice with ApiResponses #429
11+ - Support for non-nullable types in Kotlin #443
12+ - Support for setting default produces/consumes mediaTypes #442
13+ #Changed
14+ - Force classgraph version #447
15+ #Fixed
16+ - Payload/Request Examples no longer generated #444
17+ - Return value of PropertyCustomizer is ignored #441
18+
719## [ 1.2.31] - 2020-02-18
820## Added
921- Allow Request paremeters types to be ignored programatically using SpringDocUtils
You can’t perform that action at this time.
0 commit comments