From a029dbe31f902b4940a11e13dd2c6db8cbf50012 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Thu, 3 Aug 2023 13:45:58 +0100 Subject: [PATCH] added 0.6.1 to CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f2c18a..8faf8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The option `manual` has been renamed to `immediate` to make it more consistent with other functions. To port please note that `immediate` is the inverse of `manual` (`immediate` = `!manual`). +## [0.6.1] - 2023-08-03 + +### Fixes 🍕 + +- `use_storage` now uses `.get_untracked()` to avoid warnings. + ## [0.6.0] - 2023-07-17 ### New Functions 🚀