diff --git a/saphyr/CHANGELOG.md b/saphyr/CHANGELOG.md index e87aa0a..a3ee6bc 100644 --- a/saphyr/CHANGELOG.md +++ b/saphyr/CHANGELOG.md @@ -7,6 +7,8 @@ a generic parameter. Moving those functions out of it spares having to manually specify the generic in `YamlLoader::::load_from_str`. Manipulating the `YamlLoader` directly was not common. +- Make `LoadError` `Clone` by storing an `Arc` instead of the + error directly. **Features**: