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.