Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 736 Bytes

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 736 Bytes

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[ux_serde Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[ux_serde 0.2.0] - 2021-01-10

Added

  • Added optional serde support.

[ux 0.1.3] - 2018-10-29

Added

  • Added i1 and u1 types.
  • Added i65-i127 and u65-u127 types.

[ux 0.1.2] - 2018-05-18

Added

  • Implemented BitXor and BitXorAssign for all types

[ux 0.1.1] - 2018-05-01

Added

  • Implemented BitAnd and BitAndAssign for all types