From 2874aaa1d3f4c5346e5a527e853e6d0a7d68a455 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Sat, 12 Dec 2009 13:40:39 +0000
Subject: [PATCH] Update changelog with changes from yesterday.

---
 CHANGELOG.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f2ee4c38..50a2bb1d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,9 @@
 Feeds 6.x 1.0 xxxx, 200x-xx-xx
 ------------------------------
 
+- API change: feeds_source() takes an FeedsImporter id instead of an importer,
+  the methods import() and clear() moved from FeedsImporter to FeedsSource. 
+  Import from a source with feeds_source($id, $nid)->import();
 - #629096 quickcel: Fix underscores in feed creation link.
 - #652848 BWPanda: Add 'clear-block' to admin-ui to fix float issues.
 - #623424 Kars-T, Eugen Mayer, alex_b: Mapper for Taxonomy.
-- 
GitLab