From ed05f2c70d1b76cbca5e3c3e9df8b51b02d41853 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Wed, 25 Mar 2020 10:42:39 -0300 Subject: [PATCH] Updating CHANGELOG to next iteration --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f71fc57..6a64efdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [next] + ## 0.18.2 - Add loop for AnimationComponent.sequenced() (thanks @wenxiangjiang) - TextComponent optimization (thanks @Gericop)