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

Add note about feeds_batch_set().

parent 9e4acf98
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,10 @@ Feeds 6.x 1.0 xxxxx xx, xxxx-xx-xx
- #600584 alexb: Use Batch API. NOTE: third party plugins/extensions
implementing FeedsProcessor::process(), FeedsProcessor::clear() or
FeedsImporter::expire() need to adjust their implementations.
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