Add changelog entry for last commit.

This commit is contained in:
Ethiraric 2024-09-25 16:32:56 +02:00
parent fd5a606b19
commit 5be327f855

View file

@ -7,6 +7,8 @@
a generic parameter. Moving those functions out of it spares having to a generic parameter. Moving those functions out of it spares having to
manually specify the generic in `YamlLoader::<Yaml>::load_from_str`. manually specify the generic in `YamlLoader::<Yaml>::load_from_str`.
Manipulating the `YamlLoader` directly was not common. Manipulating the `YamlLoader` directly was not common.
- Make `LoadError` `Clone` by storing an `Arc<std::io::Error>` instead of the
error directly.
**Features**: **Features**: