Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.31 KB

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.3.1] - 2022-11-19

Added

  • Feature: Add support for parsing embed URLs for images.

Changed

  • Internal: Update dependencies
  • Internal: Add provide_any and error_generic_member_access features when backtrace feature is enabled

[0.3.0] - 2021-02-20

Added

  • Feature: Added support for parsing ink drawings.

Changed

  • BREAKING: Renamed Outline::items_level to Outline::child_level for consistency
  • Internal: Reorganized the OneNote parser code for more consistency

Fixed

[0.2.1] - 2020-10-27

Changed

  • Removed some debug output.
  • Added a test suite.

[0.2.0] - 2020-10-24

Changed

  • Reorganized the public API.