From 967c478846a501bfac2f54a3eade158586aed7d3 Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Fri, 5 Jul 2024 06:04:06 -0700 Subject: [PATCH] Update `CHANGELOG.md` --- esp-println/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-println/CHANGELOG.md b/esp-println/CHANGELOG.md index 7da3ca87355..07f380760b3 100644 --- a/esp-println/CHANGELOG.md +++ b/esp-println/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `auto` is the default communication method (#1658) +- Add the `links` field to Cargo.toml so that only one version of the package can be included (#1761) ### Removed