Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 394 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 394 Bytes

Changelog

Unreleased

0.1.3

  • No significant changes since 0.1.2.

0.1.2

  • No significant changes since 0.1.1.

0.1.1

  • Implement PartialEq<False> for True, and vice-versa.
  • Implement PartialEq<bool> for True and False.
  • Implement PartialEq<{True, False}> for bool.
  • Mark crate as #![no_std].

0.1.0

  • Initial release with True and False types.