Skip to content

Commit 44f1e16

Browse files
author
bnasslahsen
committed
update changelog
1 parent 16febf1 commit 44f1e16

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ 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.10] - 2020-xx-xx
7+
## [1.4.0] - 2020-05-29
8+
### Added
9+
- #644 - Support for @RepositoryRestResource
10+
- #668 - Process @Parameter annotations in method parameters as MergedAnnotations
11+
- #674 - Support @Parameter annotation attached to @RequestPart, for several @RequestParts
12+
- #658 - Added support for GroupedOpenApi OperationCustomizer
13+
- #654 - Use oneOf schema for polymorphic types
14+
- Separate module for spring-hateoas
15+
- Added SpringDocUtils.addHiddenRestControllers(String ...)
16+
817
### Changed
9-
- Upgrade swagger-ui to 3.25.2
18+
- Upgrade swagger-ui to 3.25.4
19+
- Upgrade to spring-boot 2.3.0.RELEASE
20+
21+
### Fixed
22+
- #267 - @RequestAttribute parameter appears in the UI
23+
- #695 - Servers OpenAPI block resets after customizing with GroupedOpenApi
24+
- #689 - Spring-boot 1, warning about bean creation when cache disabled
25+
- #566 - Wrong hateoas relation
26+
- #671 - Demo URL link fixed
1027

1128
## [1.3.9] - 2020-05-05
1229
### Changed

0 commit comments

Comments
 (0)