Skip to content

7.0.0 C++

Latest
Compare
Choose a tag to compare
@redboltz redboltz released this 02 Nov 02:40
· 3 commits to master since this release

2024-11-02 version 7.0.0

<< breaking changes >>

  • Revert double and fload packing behavior (#1144)
    • If below decimal point is zero (e.g. 2.00),
      • Before: pack as int format family 0x02
      • After : pack as float format family 0xcb 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00