Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 1.79 KB

Changelog

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

This project adheres to Semantic Versioning, except that – as is typical in the Rust community – the minimum supported Rust version may be increased without a major version increase.

The format of this changelog is based on Keep a Changelog.

30 November 2024

Added

  • Parse attribute lists for blocks (#164)
  • Add support for block titles using .(title) syntax (#158)
  • SDD: Delimited blocks (#157)
  • Add support for compound delimited blocks (#150)

Fixed

  • Add coverage for a missing case of TInline::Span
  • Resolve new Clippy warnings for Rust 1.83 (#161)
  • Do not treat triple-hyphen as a delimiter for open block (#156)
  • Span.trim_remainder gave incorrect result if after was incomplete subset of self (#147)

Updated dependencies

  • Update thiserror requirement from 1.0.63 to 2.0.1 (#152)

26 October 2024

Fixed

  • Copy/paste error in crate description

26 October 2024

  • Initial public release of this crate. (Still very much a work-in-progress.)