protozero v1.6.1 Release Notes

Release Date: 2017-11-16 // over 6 years ago
  • โž• Added

    • Document internal handling of varints.
    • โž• Add aliases for fixed iterators, too.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  The const_fixed_iterator is now a random access iterator making code using it potentially more performant (for instance when using std::distance)
    • Overloads std::distance for the varint and svarint iterators. This is better than the workaround with the rage_size function used before.

    ๐Ÿ›  Fixed

    • โœ… Rename .proto files in some tests to be unique. This solves a problem when building with newer versions of the Google Protobuf library.
    • โœ… Floating point comparisons in tests are now always correctly done using Approx().