File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments