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

Commit bfd6b1a

Browse files
committed
Adds CHANGELOG entry for #81
1 parent af6dc41 commit bfd6b1a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- Nothing.
25+
- [#81](https://github.com/zendframework/zend-feed/pull/81) updates the `Zend\Feed\Reader\Reader` and `Zend\Feed\Writer\Writer` classes to
26+
conditionally register their respective "GooglePlayPodcast" extensions only if
27+
their extension managers are aware of it. This is done due to the fact that
28+
existing `ExtensionManagerInterface` implementations may not register it by
29+
default as the extension did not exist in releases prior to 2.10.0. By having
30+
the registration conditional, we prevent an exception from being raised; users
31+
are not impacted by its absence, as the extension features were not exposed
32+
previously.
33+
34+
Both `Reader` and `Writer` emit an `E_USER_NOTICE` when the extension is not
35+
found in the extension manager, indicating that the
36+
`ExtensionManagerInterface` implementation should be updated to add entries
37+
for the "GooglePlayPodcast" entry, feed, and/or renderer classes.
2638

2739
## 2.10.1 - 2018-06-05
2840

0 commit comments

Comments
 (0)