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.
- 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.
- Added
no_std
support. This makes a few methods likeTree::emit()
, which produced owned Strings, dependent upon the newstd
feature.