From a8b6bb31f3577032d0c755925bc060d2db47577c Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Thu, 11 Feb 2010 00:23:16 +0000
Subject: [PATCH] Add note about feeds_batch_set().

---
 CHANGELOG.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 12cc01d4..4460297b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -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
 ----------------------------------
-- 
GitLab