Skip to content

Commit

Permalink
Version bump (0.25) and updated Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru committed Mar 20, 2014
1 parent 0499034 commit 9096760
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
@@ -1,5 +1,16 @@
CHANGES to HTTP::Async

0.25 2014/03/20

* Added remove($id) and remove_all() methods
Thanks go to rt.cpan.org user Ikegami
* Added support for forwarding headers on redirect
Thanks to Github users kloevschall and kaol
* Added support for having an HTTP::Cookies cookie jar object
Thanks again to Github user kaol
* Use Net::EmptyPort for the TestServer in the tests
Thanks to Github user and all around great Perl Monger DrHyde

0.24 2014/03/19

* Better POD docs for the counting methods
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Async.pm
Expand Up @@ -3,7 +3,7 @@ use warnings;

package HTTP::Async;

our $VERSION = '0.24';
our $VERSION = '0.25';

use Carp;
use Data::Dumper;
Expand Down

0 comments on commit 9096760

Please sign in to comment.