Skip to content

cordyceps v0.3.0

Compare
Choose a tag to compare
@hawkw hawkw released this 25 Jul 16:18
· 400 commits to main since this release
62b7ee5

f956111...2a7ce9c

Breaking Changes

  • Remove deprecated Cursor type alias (#239) (b4fcb16)
    This removes the Cursor type from cordyceps::list.
  • Remove deprecated List::cursor method (#239) (2e35a4b)
    This removes the List::cursor method from cordyceps::List.
  • Pin CursorMut iterator Items (#240) (5ee31ce)
    This changes the type signature of the Iterator impl for

Added

Fixed