Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 994 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]

Changed

  • Provide more info in panic! messages

Added

  • More tests for hex!() macro
  • More internal documentation

Fixed

  • Make hex!() error when forward slash encountered as last byte

0.3.3 (2021-07-17)

Added

  • Accept sequence of string literals (#519)

0.3.2 (2021-07-02)

Added

  • Allow line (//) and block (/* */) comments (#512)

0.3.1 (2020-08-01)

Added

  • Documentation for the hex! macro (#73)

0.3.0 (2020-07-16)

Changed

  • MSRV bump to 1.45 (#53)