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

Commit

Permalink
Adds CHANGELOG entries for #139
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 17, 2018
1 parent 7abc52a commit 2ecf680
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file, in reverse
the HTML5 "as" attribute to the `HeadLink` helper. This can be used to help
prioritize resource loading.

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

### Changed

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

### Deprecated

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

### Removed

Expand Down

0 comments on commit 2ecf680

Please sign in to comment.