update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2017-01-10 08:29:09 -05:00
parent e523c86ebd
commit 96c36a50ca

View File

@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released] ## [Not released][Not released]
## [1.3.0][2017-01-10]
## Added ## Added
- new align value for `Konva.Text` and `Konva.TextPath`: `justify` - new align value for `Konva.Text` and `Konva.TextPath`: `justify`
- new property for `Konva.Text` and `Konva.TextPath`: `textDecoration`. Right now it sports only '' (no decoration) and 'underline' values. - new property for `Konva.Text` and `Konva.TextPath`: `textDecoration`. Right now it sports only '' (no decoration) and 'underline' values.