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

Commit 2ecf680

Browse files
committed
Adds CHANGELOG entries for #139
1 parent 7abc52a commit 2ecf680

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file, in reverse
1313
the HTML5 "as" attribute to the `HeadLink` helper. This can be used to help
1414
prioritize resource loading.
1515

16+
- [#139](https://github.com/zendframework/zend-view/pull/139) adds two new
17+
methods to the `Zend\View\Helper\Gravatar` class: `setAttributes()` and
18+
`getAttributes()`.
19+
1620
### Changed
1721

1822
- [#133](https://github.com/zendframework/zend-view/pull/133) modifies the
@@ -21,7 +25,9 @@ All notable changes to this project will be documented in this file, in reverse
2125

2226
### Deprecated
2327

24-
- Nothing.
28+
- [#139](https://github.com/zendframework/zend-view/pull/139) deprecates the
29+
`Zend\View\Helper\Gravatar` methods `setAttribs()` and `getAttribs()` in favor
30+
of the new methods `setAttributes()` and `getAttributes()`, respectively.
2531

2632
### Removed
2733

0 commit comments

Comments
 (0)