From ecc90b1db80e5f9191a14e7078bab15b0c780e73 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 19 Oct 2016 01:19:05 +0300 Subject: [PATCH] bump changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b60b00..4718083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:
The signatures of `TableRow` and `TableRowAction` classes were changed from ```swift let action = TableRowAction(.click) { (data) in