From f5ec3ca438b78dca8f1010552788b7b0a08833c0 Mon Sep 17 00:00:00 2001 From: Sergey Kopytov Date: Mon, 17 Dec 2018 15:39:40 +0300 Subject: [PATCH] fix mistakes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3d886f..3ac41b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog ### 0.9.3 -- **Add**: `Insert`/`Remove` section with animation functions to `TableKit`. Also make new function `Replace` that uses new Inser/Remove to animate section replace. +- **Add**: `Insert`/`Remove` section with animation functions to `TableKit`. Also make new function `Replace` that uses new `Insert`/`Remove` to animate section replace. ### 0.9.2 - **Update**: Add response to `RequestError`.