diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f3eb712..a0b0d354a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Adding the Anchor concept: specify where thins should anchor, added to PositionComponent and to the new text releated features. - Added a whole bunch of text related components: TextConfig allows you to easily define your typography information, TextComponent allows for easy rendering of stuff and TextBox can make sized texts and also typing effects. - Improved Utils to have better and more concise APIs, removed unused stuff. +- Adding TiledComponent to integrate with tiled ## [0.9.5] - Add `elapsed` property to Animation (thanks, @ianliu)