File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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
+ ## [ 1.3.7] - 2020-04-30
8
+ ### Added
9
+ - Make use of @Deprecated annotations for parameters and model fields
10
+ ### Changed
11
+ - #624 - Revert changes on MediaType.APPLICATION_JSON_VALUE
12
+ - #568 - Improve visibility of configuration classes
13
+ ### Fixed
14
+ - #626 - Springdoc with Actuator server in different port that embedded tomcat server
15
+ - #625 - Add access to ApiResponses for OperationCustomizer.
16
+
7
17
## [ 1.3.6] - 2020-04-28
8
18
### Changed
9
19
- Revert @ParameterObject annotation from Pageable
You can’t perform that action at this time.
0 commit comments