Revision history for DBI::Log
0.12 Fri Aug  9 11:22:57 EDT 2024
    - Fixup the JSON logging
0.11 Tue Jan 31 10:20:54 CST 2023
    - Add JSON output format
0.10 Sat Jan 14 20:32:41 CST 2023
    - Replace params in statements when given with $sth->bind_param()
0.09 Sat Jan 14 20:30:11 CST 2023
    - Show more precision in timings
    - Add exclude option
    - Show SQL when provided a $sth instead of a string
0.08 Wed May 23 14:33:11 CDT 2018
    - Use options from use line
0.07 Mon Feb  6 11:25:17 CST 2017
    - Use INIT block
0.06  Wed Dec 14 14:40:37 CST 2016
    - Remove colors
    - Immediately print queries
0.05  Tue Oct 25 13:24:46 CDT 2016
    - Test nice
0.04  Fri Oct  2 10:51:16 CDT 2015
    - Fixed selectcol_arrayref logging
0.03  Thu Sep 17 13:18:08 CDT 2015
    - Added github links to docs
0.02  Fri Sep 11 18:07:52 CDT 2015
    - Improved the wording in the docs
0.01  Fri Sep 11 17:33:06 CDT 2015
    - Set up initial structure for DBI::Log