0.5.10
DO NOT USE - CORRUPTION BUG, please update to 0.5.11
What's Changed
- Added public initializer to ActorId and tests to validate setting
actor
property by @bgomberg in #132 - Actor id docs by @heckj in #133
- Update to use Automerge core 0.5.8 by @heckj in #134
Automerge core library 0.5.8 includes:
- Fix a bug where the logic to rollback a transaction on error could panic
- Fix a bug where marks were calculated incorrectly when viewing a document at a particular set of heads (i.e. not the "current" heads)
- Update the
LoadOptions::migrate_strings
logic to no-op if there are no strings to convert
Full Changelog: 0.5.9...0.5.10