Update CHANGELOG for upcoming v0.12.1

This commit is contained in:
Jürg Lehni 2019-04-11 19:52:17 +02:00
parent ea91efe810
commit a769831809

View file

@ -1,10 +1,20 @@
# Change Log
## Prebuilt version
## 0.12.1
### Added
- Add TypesSript definition, automatically generated from JSDoc comments
(#1612).
- Support `new Raster(size)` constructor.
- Expose `Raster#context` accessor.
- Implement `Raster#clear()` method to clear associated canvas context.
### Fixed
- Fix css color parse (#1629)
- Fix parsing of CSS colors with spaces in parentheses (#1629).
- Improve `Color.random()` documentation.
- Fix `Tween#then()` documentation.
## `0.12.0`