Skip to content

Commit 207acac

Browse files
authored
Merge pull request #2915 from l0gicgate/4.4-Release
4.4 - Release
2 parents f81be5f + eb1a5f5 commit 207acac

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 4.4.0 - 2020-01-04
4+
5+
### Added
6+
- [2862](https://github.com/slimphp/Slim/pull/2862) Optimize error message in error handling if displayErrorDetails was not set
7+
- [2869](https://github.com/slimphp/Slim/pull/2869) php-di/php-di added in composer suggestion
8+
- [2874](https://github.com/slimphp/Slim/pull/2874) Add `null` to param type-hints
9+
- [2889](https://github.com/slimphp/Slim/pull/2889) Make `RouteContext` attributes customizable and change default to use private names
10+
- [2907](https://github.com/slimphp/Slim/pull/2907) Migrate to PSR-12 convention
11+
- [2910](https://github.com/slimphp/Slim/pull/2910) Migrate Zend to Laminas
12+
- [2912](https://github.com/slimphp/Slim/pull/2912) Add Laminas PSR17 Factory
13+
- [2913](https://github.com/slimphp/Slim/pull/2913) Update php-autoload-override version
14+
- [2914](https://github.com/slimphp/Slim/pull/2914) Added ability to add handled exceptions as an array
15+
16+
### Fixed
17+
- [2864](https://github.com/slimphp/Slim/pull/2864) Optimize error message in error handling if displayErrorDetails was not set
18+
- [2876](https://github.com/slimphp/Slim/pull/2876) Update links from http to https
19+
- [2877](https://github.com/slimphp/Slim/pull/2877) Fix docblock for `Slim\Routing\RouteCollector::cacheFile`
20+
- [2878](https://github.com/slimphp/Slim/pull/2878) check body is writable only on ouput buffering append
21+
- [2896](https://github.com/slimphp/Slim/pull/2896) Render errors uniformly
22+
- [2902](https://github.com/slimphp/Slim/pull/2902) Fix prophecies
23+
- [2908](https://github.com/slimphp/Slim/pull/2908) Use autoload-dev for `Slim\Tests` namespace
24+
25+
### Removed
26+
- [2871](https://github.com/slimphp/Slim/pull/2871) Remove explicit type-hint
27+
- [2872](https://github.com/slimphp/Slim/pull/2872) Remove type-hint
28+
329
## 4.3.0 - 2019-10-05
430

531
### Added

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
3737
*
3838
* @var string
3939
*/
40-
public const VERSION = '4.3.0';
40+
public const VERSION = '4.4.0';
4141

4242
/**
4343
* @var RouteResolverInterface

0 commit comments

Comments
 (0)