Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 716 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 716 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.1]

Changed

  • Updated to rapidyaml 0.5.0. Since this crate reimplements the NodeRef API in Rust rather than wrapping the C++ type, the largest rapidyaml API changes are irrelevant. All bugfixes and general performance improvements should still do their job, however.

[0.3.0]

Added

  • Added no_std support. This makes a few methods like Tree::emit(), which produced owned Strings, dependent upon the new std feature.