From b5cf849ba243e3f816d89b86730faf21bf3e168f Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Fri, 8 Sep 2023 20:25:37 -0700 Subject: [PATCH] update changelog --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 9b0a1d30e..76ca6e235 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -62,6 +62,7 @@ Template for new versions: ## Documentation ## API +- `overlay`: overlay widgets can now declare a ``version`` attribute. changing the version of a widget will reset its settings to defaults. this is useful when changing the overlay layout and old saved positions will no longer be valid. ## Lua