From 118587fa9dbe141d7731506ab54611aead10a5ce Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Tue, 23 Feb 2010 15:22:52 +0000 Subject: [PATCH] Update changelog for release. --- CHANGELOG.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 498244ca..723c7982 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Feeds 6.x 1.0 xxxxx xx, xxxx-xx-xx +Feeds 6.x 1.0 Alpha 12, 2010-02-23 ---------------------------------- - alex_b: Add PubSubHubbub support. @@ -8,9 +8,8 @@ Feeds 6.x 1.0 xxxxx xx, xxxx-xx-xx implementers of a source being saved or deleted. - #717168 nicholasThompson: Fix feeds UI JS doesn't select labels correctly. - #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. + NOTE: Review your FeedsFetcher implementation for changes in the + FeedsImportBatch class, small adjustments may be necessary. - 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. -- GitLab