Skip to content

Release 7.0.0

Compare
Choose a tag to compare
@smoelius smoelius released this 15 Nov 19:57
· 18 commits to master since this release

7.0.0

  • Improve documentation (#461)
  • BREAKING CHANGE: Store corpora, crashes, hangs, and work queue as structs rather than tuples. This change could cause users' existing corpora, etc. to no longer work. Hence, we are considering this a breaking change. However, future similar format changes may not be considered breaking. This change is to facilitate PR #476. (#480)
  • Support Serde field attributes on function arguments (#476 and #485)