From e74fee3653ba56aff93e558c17ea9f029019de69 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 23 Oct 2016 12:46:46 +0300 Subject: [PATCH] bump changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4718083..1a8e65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: