update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov
2023-01-20 10:53:49 -05:00
parent 721792358a
commit 0a90828633
5 changed files with 39 additions and 9 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
### 8.4.2 (2023-01-20)
- Fix justify on text with limited height
### 8.4.1 (2023-01-19)
- Typescript fixes for `container.add()` method. Ability to use empty array as argument. E.g. `container.add(...emptyArray)`