- Added is_versioned utility function - Fixed before operation listeners
0.7.0
^^^^^^^^^^^^^^^^^^
- Version tables no longer have revision column - Parent tables no longer need revision column - Version tables primary key is now (parent table pks + transaction_id)
0.6.8
^^^^^^^^^^^^^^^^^^
- Make versioned join table inherited classes support multiple consecutive flushes per transaction
0.6.7
^^^^^^^^^^^^^^^^^^
- Fixed association versioning when using executemany