From f763f6b894acd340314dd40dbff43d9e8a50ca9c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 10 Jan 2025 10:30:50 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551936eb..1fdd0866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Include the `key` on all serde errors + +### Performance + +- Don't clone when merging sources + ## [0.15.4] - 2024-12-20 ### Performance