Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b6c796

Browse files
committedMar 4, 2025·
Version 2.12.0
1 parent a581bc7 commit 7b6c796

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.lock
22
vendor
33
build
44
coverage.clover
5+
.idea

‎CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
44

55
## [Unreleased][unreleased]
66

7+
## 2.12.0
78

8-
#### Added
9+
### Added
910
* Button to copy `Body` content in api console
1011

11-
#### Changed
12+
### Changed
1213
* Handler tag wrapper has changed class from `btn` to `label`
1314

1415
### Fixed
1516
* Allowed equal definitions in different handlers in OpenAPIHandler
1617

1718
## 2.11.0
1819

19-
2020
### Added
2121

2222
* Support for symfony/yaml ^5.0 and ^6.0

0 commit comments

Comments
 (0)
Please sign in to comment.