Skip to content

Commit 7f9b14d

Browse files
author
springdoc
committed
update changelog
1 parent 459d255 commit 7f9b14d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ 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.2.18] - 2019-12-13
7+
## [1.2.18] - 2019-12-14
88

99
### Addded
1010
- Globally exclude params for webflux #228
1111
- Added ability to ignore param with @hidden annotation at class level #255
1212
- Support of spring.mvc.servlet.path #238
1313
- ignore Authentication in controller params #245
14-
- Added support for oauth2RedirectUrl #240
14+
- Support for oauth2RedirectUrl #240
15+
- Support of @Hidden at class level. #260
16+
- Ability for using properties from application.yml to declare security urls: (openIdConnectUrl - authorizationUrl - refreshUrl - tokenUrl) #231
17+
- Added support of annotation @Parameters (without @Operation) #241
18+
1519
### Changed
1620
- Downgrade swagger-ui to 3.24.0, fixes #239
17-
### Fixed
1821

22+
### Fixed
23+
- Fixes error with JDK 11 + Kotlin #248
1924
## [1.2.17] - 2019-12-05
2025
### Addded
2126
- Handle multiple endpoints on @GetParam #219

0 commit comments

Comments
 (0)