What's Changed
This release fixes an integer overflow panic on 32 bit architectures and retracts the previous release.
- cdf: fix slice index panic on 32bit arch by @gabriel-vasile in #829
- fuzz: fuzz for 32 bit too to avoid panics like #829 by @gabriel-vasile in #830
- readme: add back contributing section, for #827 by @gabriel-vasile in #831
Full Changelog: v.1.4.14...v1.4.15