bump changelog

This commit is contained in:
Max Sokolov 2016-10-23 12:46:46 +03:00
parent d5d785218a
commit e74fee3653
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
Released on 2016-10-19.
- `action` method was deprecated on TableRow. Use `on` instead.
- Support multiple actions with same type on row.
- You could now build your own cell height calculating strategy. See [TablePrototypeCellHeightCalculator](Sources/TablePrototypeCellHeightCalculator.swift).
- Default distance between sections changed to `UITableViewAutomaticDimension`. You can customize it, see [TableSection](Sources/TableSection.swift)
## [2.0.0](https://github.com/maxsokolov/TableKit/releases/tag/2.0.0)
Released on 2016-10-06. Breaking changes in 2.0.0: