v0.6.0
What's Changed
- Update Merkle Proof Library to use Bytes type by @bitzoic in #81
- Update String library to use
Bytes
type by @bitzoic in #88 - migrate reentrancy to new directory structure by @jtriley-eth in #83
- UFP32 by @rostyslavtyshko in #84
New Contributors
- @jtriley-eth made their first contribution in #83
Breaking Changes
- The
as_bytes()
function no longer exists for the String Library and has been replaced with the From trait.
Full Changelog: v0.5.0...v0.6.0