From d144d3c965e66507864929763fc1e5daa87f5f39 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 14 Dec 2009 22:50:21 +0000 Subject: [PATCH] Update for tagging. --- CHANGELOG.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50a2bb1d..7622c5cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,10 @@ // $Id$ -Feeds 6.x 1.0 xxxx, 200x-xx-xx ------------------------------- +Feeds 6.x 1.0 Alpha 9, 2009-12-14 +--------------------------------- - API change: feeds_source() takes an FeedsImporter id instead of an importer, - the methods import() and clear() moved from FeedsImporter to FeedsSource. + 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. -- GitLab