Skip to content

Commit 5613cbb

Browse files
authored
Merge pull request #2939 from l0gicgate/4.5-Release
4.5 - Release
2 parents d80402b + 82a19f7 commit 5613cbb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.5.0 - 2020-04-14
4+
5+
### Added
6+
- [2928](https://github.com/slimphp/Slim/pull/2928) Test against PHP 7.4
7+
- [2937](https://github.com/slimphp/Slim/pull/2937) Add support for PSR-3
8+
9+
### Fixed
10+
- [2916](https://github.com/slimphp/Slim/pull/2916) Rename phpcs.xml to phpcs.xml.dist
11+
- [2917](https://github.com/slimphp/Slim/pull/2917) Update .editorconfig
12+
- [2925](https://github.com/slimphp/Slim/pull/2925) ResponseEmitter: Don't remove Content-Type and Content-Length when body is empt
13+
- [2932](https://github.com/slimphp/Slim/pull/2932) Update the Tidelift enterprise language
14+
- [2938](https://github.com/slimphp/Slim/pull/2938) Modify usage of deprecated expectExceptionMessageRegExp() method
15+
316
## 4.4.0 - 2020-01-04
417

518
### Added

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
3838
*
3939
* @var string
4040
*/
41-
public const VERSION = '4.4.0';
41+
public const VERSION = '4.5.0';
4242

4343
/**
4444
* @var RouteResolverInterface

0 commit comments

Comments
 (0)