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

Commit

Permalink
Added CHANGELOG entry for #55
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 4, 2017
1 parent 8cf2ab0 commit cb984b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ All notable changes to this project will be documented in this file, in reverse
to the attributes incorporated in the `FeedSet` instance, per what was already
documented.

- [#55](https://github.com/zendframework/zend-feed/pull/55) makes two API
additions to the `StandaloneExtensionManager` implementations of both the reader
and writer subcomponents:

- `$manager->add($name, $class)` will add an extension class using the
provided name.
- `$manager->remove($name)` will remove an existing extension by the provided
name.

### Changed

- Nothing.
Expand Down

0 comments on commit cb984b1

Please sign in to comment.