From 81eab75c25f9dd8a64b2903fe43b20846f74b6df Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 21 May 2021 08:36:22 +0200 Subject: [PATCH] Add missing changelog for viewbox properties --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5a9b897..787f0cba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,7 @@ All notable changes to this project will be documented in this file. - Signals can have return a value - `has_hover` property in `TouchArea` - `font-weight` property on Text + - `viewbox-x/y/width/height` properties for `Path` ## [0.0.2] - 2020-10-22