1.1       2014-07-13 19:04:36-07:00 America/Los_Angeles
    Added support for custom fields in create_issue().
    Changed to allow multiple potential transitions in transition_issue().
    Made error reporting more informative.
    Added new trace() method for even more debugging.
    Refactored all requests to use a single internal request method.
    Extended and unified handling of update hashes.
    Formatting fixes in POD.
    (Patches provided by Tim Bunce <timb@cpan.org>.)


1.05      2014-03-31 19:24:19-07:00 America/Los_Angeles
    Added create_subtask() method to create subtasks easily.
    Refactored create_issue() to share code with create_subtask().
    (Based on a patch from Zhuang (John) Li <7humblerocks@gmail.com>.)

1.04      2014-02-24 10:50:51-08:00 America/Los_Angeles
    Stupid case-insensitive filesystems and stupid implementations of git
    that re-case directories upon download. grrrrrr
    Re-uploading with "JIRA" in all caps so it'll work again. Sorry y'all!

1.03      2014-02-21 20:50:45-08:00 America/Los_Angeles
    Modified module to use authorization_basic() instead of in-URL passwords.
    Added dependency on LWP::Protocol::https to allow secure connections.
    Added ua() function to allow users to add in proxy information.
    (Based on patches from Dominique Dumont <ddumont@cpan.org>.)
    Updated copyright date and minor documentation fixes.

1.02      2013-09-06 13:03:47 America/Los_Angeles
    Updated distribution package for better CPANTS score.
    Fixed "use of uninitialized value $1 in substitution iterator" when using non-HTTPS URLs.
    Perltidy is my friend.

1.01      2013-08-22 21:47:59 America/Los_Angeles
    Fixed distribution metadata to require perl-5.10.0.

1.00      2013-08-21 21:16:29 America/Los_Angeles
    First public version.