From f721bc5a7e89c8df5957b57be45260360f6258b9 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 18 Jul 2022 18:34:09 +1200 Subject: [PATCH] Revert README.md change --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a9e72ac..988a537 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,6 @@ all attributes are lowercase. While I try to reduce backwards incompatibilities, sometimes they are necessary to either fix bugs in formspec_ast or for implementing new formspec features. -#### 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. - #### February 2022 - The value of scrollbars is now a number instead of a string.