Skip to content

Commit 89e80e4

Browse files
author
bnasslahsen
committed
update changelog
1 parent d88aa14 commit 89e80e4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.3.1] - 2020-04-05
8+
### Added
9+
- Support for dynamic groups from application.yml #344
10+
- Support for Groovy metaclass/metadata #509
11+
- Support to extract parameters from parameter object using Springdoc annotation @ParameterObject #120 #268 #162 #119
12+
- Support for Subtypes to be also ignored from Controller class #502
13+
### Changed
14+
- Rename some packages to improve Java 9 Modules support #461
15+
- Workaround for swagger-ui, to enable layout and filter properties #536 #424
16+
- Added encoding section in multipart request #531
17+
- Upgrade to spring-boot to 2.2.6
18+
### Fixed
19+
- Schema mapping with inheritance #489
20+
- Improve support of Generics inheritance on complex return types #537
21+
- Kotlin Coroutines support fixed #517
22+
723
## [1.3.0] - 2020-03-21
824
### Added
925
- Feature to support for property resolver on @Schema (name, title and description)

0 commit comments

Comments
 (0)