Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 872 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.

[Unreleased]

[1.1.0] - 25-03-23

Added

  • Support for the bitbinary type
  • Implement Into<Term> for multiple tuple lengths

[1.0.0] - 05-08-22

Added

  • Implement PartialOrd and Ord for Term and RawTerm
  • Implement Hash for Term and RawTerm

Changed

  • Converted Term::Map from HashMap<String, Term> to HashMap<Term, Term>
  • Term::Float and RawTerm::Float is now OrderedFloat<f64> instead of f64

Removed

  • Deleted Term::MapArbitrary because normal Term::Map does the same

[0.2.4] - 04-08-22

Fixed

  • Term::from RawTerm crashed on invalid utf8 bytes

[0.2.3] - 04-04-22