From 0da7a38eb22143db90916d1b73d8ddc5bd53cb65 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Mon, 25 May 2020 22:50:37 +0200 Subject: [PATCH] add TextStyle::layout to changelog --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3036db0a..7e78aed5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,7 @@ Template features: * Added tag to change the horizontal alignment of a block of text. * Added
  • tag for list bullet points. (Experimental!) * Colors can now be written using hex notation, #rrggbb / #rrggbbaa, and short hex notation (#rgb / #rgba) + * Added card_style.field.layout, with information on the position of each line and paragraph in a text box. Scripting: * Added type_name function