0.0.5_2 (2013-12-15)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Use Log::Any::Test for log tests instead of my filesystem
hack.
- Don't index the SHA1 aggregate packages on CPAN
- Convert to Module::Install/Makefile.PL
Bug Fixes:
- None.
0.0.4 (2013-06-11)
API Changes:
- thinsql_create_methods() becomes create_methods().
- sqlite_create_functions() becomes create_functions().
- New function create_sqlite_sequence() has been extracted out
of the old create_sequence() function/method where it was
actually failing.
New Features:
- None.
Enhancements:
- Logging of the currval() and nextval() functions
- Use log_debug() from DBIx::ThinSQL for debug() output
Bug Fixes:
- sha1* functions must accept multiple arguments
- Distribution name is now correctly capitalised
- Ensure all arguments to debug() are logged
0.0.2 (2013-05-20)
Initial Release