Skip to content
Snippets Groups Projects
Commit 7e9aa31b authored by Alex Barth's avatar Alex Barth
Browse files

Clarify changes to API.

parent 967bf290
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,17 @@ Feeds 6.x 1.0 xxxxx xx, xxxx-xx-xx
----------------------------------
- #708228 Scott Reynolds, alex_b: Break FeedsImportBatch into separate classes.
NOTE: FeedsFetcher implementations cannot use FeedsImportBatch directly
anymore but most provide their own implementation of FeedsImportBatch. See
FeedsHTTPFetcher.inc for an example.
- alex_b: Support mapping to OpenID, using OpenID as a unique mapping target.
- alex_b: Handle exceptions outside of Importer/Source facade methods.
- #600584 alex_b: Use Batch API. NOTE: third party plugins/extensions
implementing FeedsProcessor::process(), FeedsProcessor::clear() or
FeedsImporter::expire() need to adjust their implementations. Modules that
directly use Feeds' API for importing or clearing sources need may want to
use feeds_batch_set() instead of feeds_source()->import() or
feeds_source()->clear().
- #600584 alex_b: Use Batch API.
NOTE: third party plugins/extensions implementing FeedsProcessor::process(),
FeedsProcessor::clear() or FeedsImporter::expire() need to adjust their
implementations. Modules that directly use Feeds' API for importing or
clearing sources need may want to use feeds_batch_set() instead of
feeds_source()->import() or feeds_source()->clear().
Feeds 6.x 1.0 Alpha 11, 2010-02-10
----------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment