bump changelog

This commit is contained in:
Max Sokolov 2016-11-16 18:22:06 +03:00
parent 155a4d1cb7
commit d12f3549aa
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@
All notable changes to this project will be documented in this file.
## [2.1.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0)
## [2.3.0](https://github.com/maxsokolov/TableKit/releases/tag/2.3.0)
Released on 2016-11-16.
- `shouldUsePrototypeCellHeightCalculation` moved to `TableDirector(tableView: tableView, shouldUsePrototypeCellHeightCalculation: true)`
- Prototype cell height calculation bugfixes
## [2.1.0](https://github.com/maxsokolov/TableKit/releases/tag/2.1.0)
Released on 2016-10-19.
- `action` method was deprecated on TableRow. Use `on` instead.
- Support multiple actions with same type on row.