Updating CHANGELOG.

This commit is contained in:
Jakub Sobon 2019-03-10 23:36:42 -04:00
parent 45ce014546
commit 66256fd465
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- New API for building layouts, a grid.Builder. Allows defining the layout
iteratively as repetitive Elements, Rows and Columns.
- Test coverage for data only packages.
- Containers now support margin around them and padding of their content.