File tree 1 file changed +12
-0
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
19
## [ 1.2.31] - 2020-02-18
8
20
## Added
9
21
- Allow Request paremeters types to be ignored programatically using SpringDocUtils
You can’t perform that action at this time.
0 commit comments