bump changelog

This commit is contained in:
Max Sokolov 2016-10-19 01:19:05 +03:00
parent 28f6a60d61
commit ecc90b1db8
1 changed files with 7 additions and 2 deletions

View File

@ -2,8 +2,13 @@
All notable changes to this project will be documented in this file.
## [2.0.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0)
Released on 2016-09-06. Breaking changes in 2.0.0:
## [2.1.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0)
Released on 2016-10-19.
- `action` method was deprecated on TableRow. Use `on` instead.
- Support multiple actions with same type on row.
## [2.0.0](https://github.com/maxsokolov/TableKit/releases/tag/2.0.0)
Released on 2016-10-06. Breaking changes in 2.0.0:
<br/>The signatures of `TableRow` and `TableRowAction` classes were changed from
```swift
let action = TableRowAction<String, StringTableViewCell>(.click) { (data) in