Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 955 Bytes

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 955 Bytes

Release Notes

All notable changes to this project will be documented in this file.

Version 2.3.77

  • Supported ever-types version 2.0

Version 2.3.76

  • Fix zero varint encoding
  • Increase version number
  • Update CHANGELOG.md file
  • Update CHANGELOG.md file

Version: 2.3.51

New

  • Fix for support internal crates

Version: 2.3.36

New

  • Fix for support internal crates
  • Bump versions of external crates

Version: 2.3.2

New

  • Automatic update project. #none

[2.3] - 2022-07-07

New

ABI 2.3 introduces new signature calculation method for external inbound messages

[2.2] - 2021-07-19

New

ABI 2.2 introduces the new fixed message body layout while sections and types stay the same as in ABI 2.1. Read below.

[2.1] - 2021-07-19

New

  • fields section,
  • string type,
  • optional type,
  • varInt and varuint types.