From aa2edf131e3e4e9dad1b69e28326d1edbdcb562a Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 18 Jun 2024 17:47:19 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10838014..2d202353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Resolved incompatibility with a dependency's update in `agb-tracker`. If you + are already using `agb-tracker`, then this won't yet cause an issue as your + lockfile will maintain the working version. However if start a new project, or + update dependencies, cargo will choose the later incompatible version. + ## [0.20.4] - 2024/06/13 ### Changed