3.1.3
- Fix a data loss bug which can occur when the guard returned from
Table::get_mut()is dropped
after the transaction has been committed. - Add a warning to
Table::insert_reserve()indicating that it can cause data loss and recommending
to upgrade to the 4.0.0 release.