From 5be327f85507a32b2e454a0c85e7176795424585 Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Wed, 25 Sep 2024 16:32:56 +0200 Subject: [PATCH] Add changelog entry for last commit. --- saphyr/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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**: