Skip to content

Mindbender Ghur'sha

Compare
Choose a tag to compare
@3Hren 3Hren released this 03 Oct 10:23
· 464 commits to master since this release

Changed

  • Upper limit for serde version.

Fixed

  • Use the most effective int encoding
    Even if the value is explicitly marked as i64 it must be encoded using
    the most effective bytes representation despite of signed it or
    unsigned.