1.2.1   2013-09-05
    [ BUGFIX ]
    * Make deserialization errors a debug-level warning. Issue #5 
    * Fail gracefully when trying to destroy a non-existant session. Issue #2
    [ TESTS ]
    * Test against Perl 5.18
    * Added a bunch more tests for destruction of sessions and error handling
    [ MISC ]
    * Numerous typos fixed
1.2.0   2013-04-23
    [ FEATURE ]
    * Remove Perl 5.18 deprecated given/when syntax - restoring Perl 5.8 support
        (Mike Whitaker)
1.1.0   2013-01-16
    [ FEATURE ]
    * Added PostgreSQL support for version 9.1 and greater
        (With thanks to René Hertell)
    * Added a minimum version check to MySQL case.
    [ TESTS ]
    * Module is now tested by Travis CI
    [ BUGFIX ]
    * SQLite sessions would only store one item at a time
1.0.0   2012-06-05
    [ DOCUMENTATION ]
    * Clarified documentation regarding UTF8 / MySQL tables
    * Additional documentation about serialization methods
    [ BUGFIX ]
    * Require an anonymous sub to pass a DBH handle, to be sure it isn't stale.
        This is a backwards incompatible change.
    * Allow blank usernames / passwords, as they can possibly be valid
    * Fix utf8 encoding by using dancer's JSON serializer.
    [ FEATURE ]
    * Ability to specify serializer / deserialzer via anonymous sub
    * Add SQLite support for storage
    [ TESTS ]
    * Added additional tests for error handling
0.1.0   2012-05-29
    ** First Public Release **
    [ DOCUMENTATION ]
    * Added Documentation
    [ TESTS ]
    * Added Test Suite
0.0.1   2011-05-23
    ** First Draft **