From 6601b14b7f33f6e30ccf21b2bc60e813cc4ec220 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Thu, 6 Oct 2016 02:11:17 +0300 Subject: [PATCH] bump changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c4667..7b32ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +
The signatures of `TableRow` and `TableRowAction` classes were changed from ```swift let action = TableRowAction(.click) { (data) in }