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

Commit a6f9926

Browse files
committed
Adds CHANGELOG entry for #37 to new 2.0.0alpha1 stub
1 parent 892b76c commit a6f9926

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

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

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

5+
## 2.0.0alpha1 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#37](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/37)
14+
adds support for PSR-11. All exception types that previously extended from
15+
container-interop exceptions now extend from PSR-11 exception interfaces,
16+
and factories typehint against the PSR-11 `ContainerInterface`.
17+
18+
### Deprecated
19+
20+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- Nothing.
29+
530
## 1.5.0 - TBD
631

732
### Added

0 commit comments

Comments
 (0)