=head1 Revision history for Bencode


=head2 1.2 (2007-11-04 19:37:37+01:00)

=over 4

=item * 1.1 was released without Changelog; fill in changes

=item * Switch to POD changelog

=item * Add test for newline-resilient string parsing (RT #30466)

=back


=head2 1.1 (2007-11-04 19:14:24+01:00)

=over 4

=item * Change parsing of strings to not break on newlines (RT #30466)

=item * Add leniency option to C<bdecode> (RT #19665)

=item * Greatly improved error reporting (RT #30466)

=item * Fix test suite to check for correct error message when rejecting input

=item * Switch to inheritance-based use of L<Exporter> (previously imported C<import>; not available on older Perls)

=back


=head2 1.0 (2006-04-15 11:54:39+01:00)

=over 4

=item * Initial release.

=back