From 502b639ca62dbe96f84456090cebd332d492928a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=CC=8Ans=20Bernhardt?= Date: Tue, 12 Mar 2019 14:34:30 +0100 Subject: [PATCH] Updated Changelog with more 1.7 changes. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90554d6..af6e31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 1.7.0 - Adds new `HeaderFooterReusable` protocol to allow providing separate `Reusable` types for rendering a section's header and footer. +- Adds letter spacing and line height to `TextStyle`. +- Adds target offset to `willEndDragging` signal of `ScrollViewDelegate`. +- Adds will display cell signal to `CollectionViewDelegate`. ## 1.6.3 - Performace. Added custom `count` implementation for `TableSection` to improve performance of e.g. `Table.isValidIndex` that might be called a lot for large tables.