From 5d449ce92f24637c483559ecc2ae3a2c09035395 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 5 Mar 2021 13:01:11 +0300 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a936054e..a2a44a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.1.0 +- **Add**: `BaseInitializeableViewController`, `BaseCustomViewController` and `BaseViewController` to TIUIKitCore. +- **Add**: `TableKitTableView` and `TableDirectorHolder` to TITableKitUtils. + ### 1.0.0 - **API BreakingChanges**: up swift version to 5.1. - **Update**: build scripts.