Skip to content

3.1.3

Choose a tag to compare

@cberner cberner released this 02 Apr 23:05
· 282 commits to master since this release
  • 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.