From eff068f1f23b673c2c2c1109f350db5ec202f30f Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 18 Jul 2022 18:29:54 +1200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 988a537..bd65514 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ to either fix bugs in formspec_ast or for implementing new formspec features. and `captions`. The old names still work when unparsing formspecs for now but are no longer used when parsing formspecs. +#### July 2022 + + - `formspec_ast.safe_parse` now removes texture modifiers from `image[]` and + `image_button[]` (excluding overlaying and grouping) as it's possible to + crash clients with certain texture modifiers. + #### March 2021 - The `index_event` value for `dropdown` is now a boolean instead of a string.