From 5f427fe9f3019e09458241ebe5947cda4e6822ad Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 5 Mar 2019 13:54:23 -0600 Subject: [PATCH] Adds CHANGELOG entry for #96 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aeec830..6556f755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#96](https://github.com/zendframework/zend-feed/pull/96) adds the methods `Zend\Feed\Reader\Extension\Podcast\Entry::getTitle() : string` + and `Zend\Feed\Writer\Extension\ITunes\Entry::setTitle(string $value)`; these + provide the ability to read and manipulate `` tags in feeds. ### Changed