protozero v1.5.2 Release Notes

Release Date: 2017-06-30 // almost 7 years ago
  • โž• Added

    • โž• Add missing two-parameter version of pbf_message::next() function.
    • โž• Add data_view::empty() function.
    • Add missing versions of add_bytes(), add_string(), and add_message() to pbf_builder.

    ๐Ÿ”„ Changed

    • Clarify include file usage in tutorial.
    • โšก๏ธ Updated included Catch unit test framework to version 1.9.6 and updated tests to work with the current version.
    • ๐Ÿ‘‰ Make some constructors explicit (best practice to avoid silent conversions).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Important bugfix in data_view equality operator. The equality operator is actually never used in the protozero code itself, but users of protozero might use it. This is a serious bug that could lead to buffer overrun type problems.