Skip to content

Commit dfdeeba

Browse files
committed
CHANGELOG.md update
1 parent a6228a3 commit dfdeeba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.14] - 2022-12-16
9+
10+
### Added
11+
12+
- #1965 - Prevents premature initialisation of factory-beans
13+
- #2003 - Resolve property descriptions for arrays
14+
15+
### Changed
16+
17+
- Upgrade spring-boot to 2.7.6
18+
19+
### Fixed
20+
21+
- #1957 - AdditionalModelsConverter Schema params rewriting
22+
- #1962 - override-with-generic-response shouldn't shallow copy
23+
- #1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
24+
- #1992 - Java enumeration and Spring Converter no longer generates enum drop-down.
25+
- #2001 - Enum Collection parameter missing type info in Spring Data Rest search method
26+
827
## [1.6.13] - 2022-11-20
928

1029
### Added

0 commit comments

Comments
 (0)