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

Commit 60f5dc6

Browse files
committed
Adds CHANGELOG entry for #168
1 parent c7a94f8 commit 60f5dc6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#168](https://github.com/zendframework/zend-view/pull/168) adds two new methods to `Zend\View\Helper\Placeholder` (and thus any
10+
helper extending it):
11+
12+
- `deleteContainer(string $name)` can be used to delete a placeholder container.
13+
- `clearContainers()` can be used to clear all placeholder containers.
14+
15+
These new features are particularly useful when in long-running server
16+
environments, such as Swoole, where you may need to clear the contents on each
17+
request.
1018

1119
### Changed
1220

0 commit comments

Comments
 (0)