From 4bb784c8cbcd9446e9208e95659c8c39a3c9234c Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 19 May 2023 20:53:09 +0200 Subject: [PATCH] Update Changelog with deque-support in Attributes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9f09e91d..962c25b7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Main branch +- Feature: Attribute-support for saving/loading `deques` with `maxlen=` set. - Contrib: Container typeclass with new commands for storing and retrieving things inside them (InspectorCaracal) - Fix: The `AttributeHandler.all()` now actually accepts `category=` as