- Add SQLAlchemy 1.4 support - Add Python 3.9 support - **BREAKING CHANGE**: Drop Python 2.7 and 3.5 support. Python 2.7 reached the end of its life on January 1st, 2020 and Python 3.5 on September 13th, 2020.
0.12.4
^^^^^^^^^^^^^^^^^^^
- Specify the column names when inserting new audit rows (49, courtesy of quantus)
0.12.3
^^^^^^^^^^^^^^^^^^^
- Added nesting of activity values (48, courtesy of tvuotila)
0.12.2
^^^^^^^^^^^^^^^^^^^
- Made disable context manager use a finally block (42, courtesy of ElPicador)
0.12.1
^^^^^^^^^^^^^^^^^^^
- Added commits missing from 0.12.0
0.12.0
^^^^^^^^^^^^^^^^^^^
- Create only single transaction per database transaction (37)