bump changelog

This commit is contained in:
Max Sokolov 2016-10-06 02:11:17 +03:00
parent da98b9892f
commit 6601b14b7f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [1.4.0](https://github.com/maxsokolov/TableKit/releases/tag/1.4.0)
Released on 2016-09-06. Breaking changes in 1.4.0:
The signatures of `TableRow` and `TableRowAction` classes were changed from
<br/>The signatures of `TableRow` and `TableRowAction` classes were changed from
```swift
let action = TableRowAction<String, StringTableViewCell>(.click) { (data) in
}