Add changelog entry for last commit.
This commit is contained in:
parent
fd5a606b19
commit
5be327f855
1 changed files with 2 additions and 0 deletions
|
@ -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**:
|
||||||
|
|
Loading…
Reference in a new issue