From 05119aae439645923624a1704c47a793f45eafab Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 24 Sep 2017 21:02:51 +0300 Subject: [PATCH] change log update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a7ae9..ad1533a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.5.0](https://github.com/maxsokolov/TableKit/releases/tag/2.5.0) +Released on 2017-09-24. +- Swift 4.0 support. + ## [2.3.0](https://github.com/maxsokolov/TableKit/releases/tag/2.3.0) Released on 2016-11-16. - `shouldUsePrototypeCellHeightCalculation` moved to `TableDirector(tableView: tableView, shouldUsePrototypeCellHeightCalculation: true)`