Skip to content

v0.3.1

Compare
Choose a tag to compare
@TomGillen TomGillen released this 28 Sep 10:00
· 114 commits to master since this release

Fixes:

  • QueryResult::split_at splitting at the concorrect indexes. This fixes a critical bug which would cause the incorrect components to be returned from parallel iterators, potentially resulting in mutable aliases.
  • SystemBuilder requiring Send be implemented for its resource tuple type.
  • Various broken documentation links.