Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 987a11e

Browse files
committed
Added CHANGELOG for #429
1 parent 4c06a8b commit 987a11e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.1.0 - TBD
6+
7+
### Added
8+
9+
- [#429](https://github.com/zendframework/zend-expressive/pull/429) adds
10+
`Zend\Expressive\Application::getDefaultDelegate()` as a
11+
forwards-compatibility measure for the upcoming version 2.0.0. Currently,
12+
it proxies to `getFinalHandler()`.
13+
14+
### Changed
15+
16+
- [#429](https://github.com/zendframework/zend-expressive/pull/429) updates the
17+
minimum supported zend-stratigility version to 1.3.3.
18+
19+
### Deprecated
20+
21+
- [#429](https://github.com/zendframework/zend-expressive/pull/429) deprecates
22+
the following methods and classes:
23+
- `Zend\Expressive\Application::pipeErrorHandler()`
24+
- `Zend\Expressive\Application::routeMiddleware()`
25+
- `Zend\Expressive\Application::dispatchMiddleware()`
26+
- `Zend\Expressive\Application::getFinalHandler()` (this patch provides `getDefaultDelegate()` as a forwards-compatibility measure)
27+
- `Zend\Expressive\Container\InvalidArgumentException`
28+
- `Zend\Expressive\Container\NotFoundException`
29+
- `Zend\Expressive\Container\TemplatedErrorHandlerFactory`
30+
- `Zend\Expressive\Container\WhoopsErrorHandlerFactory`
31+
- `Zend\Expressive\ErrorMiddlewarePipe`
32+
- `Zend\Expressive\TemplatedErrorHandler`
33+
- `Zend\Expressive\WhoopsErrorHandler`
34+
35+
### Removed
36+
37+
- Nothing.
38+
39+
### Fixed
40+
41+
- Nothing.
42+
543
## 1.0.6 - 2017-01-09
644

745
### Added

0 commit comments

Comments
 (0)