Skip to content

Commit 9e3a2a2

Browse files
committed
CHANGELOG.md update
1 parent 83b42c7 commit 9e3a2a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.5.9] - 2021-05-23
8+
### Added
9+
- #1164 - Provide GraalVM native image support.
10+
- #1155 - Add Kotlin DSL for functional routes.
11+
- #1153 - Modify ResponseSupportConverter to resolve inner type.
12+
- #1156 - Pick up ExceptionHandlers from any parent of a class marked as @ControllerAdvice
13+
- #1159 - Added support for @JsonView on ExceptionHandlers methods
14+
- #1146 - Expose @Id fields for entity with spring-data-rest/springdoc-openapi-data-rest
15+
### Changed
16+
- Upgrade swagger-ui version to 3.49.0
17+
- Upgrade spring-boot to 2.5.0
18+
719
## [1.5.8] - 2021-04-25
820
### Added
921
- #1142 - Prevent wrong usage of @ParameterObject for simpleTypes.

0 commit comments

Comments
 (0)