What's Changed
- fix: coerce pow overflow by @DaniPopes in #838
- feat: re-export rayon traits implementations by @lightsing in #836
- feat(primitives): re-export foldhash by @DaniPopes in #839
- feat(sol-macro): evaluate array sizes by @DaniPopes in #840
- feat: support 0x in hex! and similar macros by @DaniPopes in #841
- feat(sol-macro): translate contract types to address by @DaniPopes in #842
- test(sol-macro): add a test for namespaced types by @DaniPopes in #843
- test: re-enable miri on foldhash by @DaniPopes in #844
- test(sol-macro): add a test for missing_docs by @DaniPopes in #845
- docs(sol-macro): document visibility and state mutability by @DaniPopes in #846
- docs: typos by @DaniPopes in #847
- fix(primitives): hex macro re-export by @DaniPopes in #848
Full Changelog: v0.8.16...v0.8.18