The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: Changes,v 1.15 2004/10/06 03:20:25 asc Exp $

0.9      Wed Oct 06 2004

	 - Added 'delete_post' method

	 - Pass version number as part of User-Agent string

	 - Fixed a syntax error in error logging

0.8      Fri Oct 01 2004

	 - Added 'all_posts' and updated 'recent_posts' per 
	   changes to the API : http://lists.burri.to/pipermail/ \
	   delicious-discuss/2004-September/001112.html

0.71     Mon Sep 20 2004

	 - Fixed tag(s) method in N:D:P

0.7      Fri Sep 17 2004

	 - Added hooks to pause between requests and back-off
	   when service returns 503

0.6      Thu Jul 08 2004

	 - fixed bug where get/recent posts were all mixed
	   up - d'oh! (RT ticket # 6890)

0.5      Tue Mar 08 2004

	 - check wantarray to return empty list or undef in
	   API methods that return stuff

0.4      Fri Mar 05 2004

	 - blessed

0.4_01   Thu Mar 04 2004

	 - fixed bug in 'recent_posts' and 'posts' methods
	   where the results of '_getresults' were not being
	   passed to '_buildresults'

	 - fixed bug in 'tags' and 'inbox_subscriptions'
	   methods where '_getresults' wasn't being called at
	   all

	 - Fixed broken 'tag' method in N:D:T (gah!)

	 - Added N:D:User package

	 - Added 'user' method to N:D:Post

	 - Replaced all instances of '_request' with
	   '_sendrequest'

	 - Updated POD

0.3      Mon Feb 09 2004

	 - Updated N:D:Post to export an 'extended' object
	   method

	 - Replaced use Data::Denter with YAML and made
	   sure to require it Makefile.PL

0.2	 Sun Feb 01 2004

         - Updated POD

0.1	 Fri Jan 30 2004

	 - hey look, the methods actually return useful
	   stuff now!

0.1_01	 Mon Jan 26 2004

	 - initial release