Changed
- Serialization format updated, older versions will not be able to unpickle this version.
- Reduced the size of the pickled World.
Fixed
- Missing components in `Entity.components` now returns the missing key in the KeyError exception instead of the entity.
- Backwards relations for querying were not cleared on relation deletions.