Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 968 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.

0.10.0 (2022-12-27)

Fixed

  • Fix panic due to incorrect ANSI escape handling (#137)
  • Fix display of empty tables (#127)

Changed

  • Remove the unsafe code in Table::as_ref (#146)
  • Switch atty to is-terminal (#151)
  • Minimal Supported Rust Version bumped to 1.56

Thanks

  • @alexanderkjall and @5225225 fuzzer work and fixing panics
  • @david0u0 fixing (#145) Undefined behavior (UB) on Table::as_ref