Skip to content

Commit 45b2c5c

Browse files
committedFeb 6, 2022
CHANGELOG.md update for 1.6.6
1 parent 3061086 commit 45b2c5c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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.6.6] - 2022-02-06
8+
### Changed
9+
- #1424 - Upgrade to swagger-ui 4.5.0
10+
- #1474 - Upgrade webjars-locator-core version to 0.48
11+
### Fixed
12+
- #1469 - #1036 - CSRF header should not be sent to cross domain sites
13+
- #1480 - Fix the problem that the inconsistent newline characters of different platforms
14+
- #1475 - Class level @Tag overwrites method level @Operation.tags.
15+
- #1491 - Set containingClass at MethodParameter
16+
717
## [1.6.5] - 2022-01-23
818
### Added
919
- #1430 - Add Support custom login processing endpoints
1020
- #1429 - Allow excluding individual methods from OpenApi output
1121
- #1372 - Customize operation and parameters by the return value
1222
- #1453 - Reverse proxy context path aware support for manually provided files
13-
1423
### Changed
1524
- #1424 - Upgrade to swagger-ui 4.2.1
1625
### Fixed

0 commit comments

Comments
 (0)
Please sign in to comment.