Version 0.2.4
Overview
This update fixes a race between read-only transactions and read-write transactions that could corrupt the current state of the datastore, losing saved data in the process. This was usually caught via assertions, but now reads and writes should be safer to perform side by side in complex transactions.
What's Changed
- Transaction Race Corruption by @dimitribouniol in #201
Full Changelog: 0.2.3...0.2.4