Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (24 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 1.69 KB

0.5.3 (2020-11-09)

  • Fix some general bugs with resizing Vec<T>

0.5.2 (2020-07-07)

Features

  • mutations: add support for Box (d6a2cc76)

0.5.1 (2020-06-18)

Bug Fixes

  • mutations:
    • change how/when fixups are performed (f51644e1)
    • revert 1d79b7e0 which inlined generated mutations (bf7ed1e7)
  • serialization: revert 2076d121 which inlined generated serde code (917c1baa)

0.5 (2020-06-16)

Bug Fixes

  • constraints: Mutating now strictly respects max size constraint (2e487784)
  • mutations:
    • ignore_chance should now be working for enum variants (a97cb173)
    • partially fix regression where ignore_chance did not work for enum variants (e8d23ae2)

Performance

  • mutations: hint to inline struct fuzzing functions (1d79b7e0)
  • serialization: inline generated serialization code (2076d121)