Skip to content

Commit

Permalink
CHANGELOG.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
bnasslahsen committed Dec 16, 2022
1 parent a6228a3 commit dfdeeba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.6.14] - 2022-12-16

### Added

- #1965 - Prevents premature initialisation of factory-beans
- #2003 - Resolve property descriptions for arrays

### Changed

- Upgrade spring-boot to 2.7.6

### Fixed

- #1957 - AdditionalModelsConverter Schema params rewriting
- #1962 - override-with-generic-response shouldn't shallow copy
- #1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
- #1992 - Java enumeration and Spring Converter no longer generates enum drop-down.
- #2001 - Enum Collection parameter missing type info in Spring Data Rest search method

## [1.6.13] - 2022-11-20

### Added
Expand Down

0 comments on commit dfdeeba

Please sign in to comment.