v4.6.1
Minor correction. latest release caused a compilation error on GCC. thanks to @toge for submitting a correction.
What's Changed
- include cstdint to fix compilation error on gcc 13 by @toge in #229
- feat: use stdint instead of cstdint, conforming to c99 instead of c+11 by @galkahana in #230
New Contributors
Full Changelog: v4.6...v4.6.1