improving changelog

This commit is contained in:
Luan Nico
2019-01-11 12:32:52 -02:00
parent 8771df2a1c
commit dbfda31b35

View File

@ -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)