Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.47 KB

Changelog

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

The format is based on Keep a Changelog

Added

Changed

Removed

7.2.0 - 2020-11-29

Changed

  • Minimum supported Rust version bumped to 1.44 (due to nom 6)
  • crossbeam-channel dependency was bumped to 0.5
  • nom dependency was bumped to 6.0.1
  • base64 dependency was bumped to 0.13

7.1.0 - 2020-05-21

Changed

  • Minimal rust version was increased to 1.37.0
  • base64 dependency was bumped to 0.12

7.0.0 - 2019-12-20

Added

  • std::error:Error implementation for internal Error types: CreationError, AdditionError, SubtractionError, RecordError, UsizeTypeTooSmall, DeserializeError, IntervalLogWriterError, V2DeflateSerializeError, V2SerializeError
  • Changelog

Changed

  • DeserializeError and V2DeflateSerializeError lost derived traits: PartialEq, Eq, Clone, Copy
  • Inner error type from std::io::ErrorKind to std::io::Error in types: DeserializeError, V2DeflateSerializeError, V2SerializeError, IntervalLogWriterError to support Display.