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

Commit 7709895

Browse files
committed
Merge branch 'hotfix/53' into release-2.0.0
Close #53
2 parents 1ecce32 + 9539edb commit 7709895

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

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

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

5+
## 2.0.0alpha2 - 2018-02-07
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#53](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/53)
26+
adds the missing default layout.
27+
528
## 2.0.0alpha1 - 2018-02-06
629

730
### Added

src/ConfigProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function getDependencies() : array
3838
public function getTemplates() : array
3939
{
4040
return [
41+
'layout' => 'layout::default',
4142
'paths' => [],
4243
];
4344
}

0 commit comments

Comments
 (0)