From 2ecf68064e8f664e231c8f79b49f3589c1d22eda Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 17 Jan 2018 16:18:17 -0600 Subject: [PATCH] Adds CHANGELOG entries for #139 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a186b1..40949156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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