From c74800a29806a736cf0af78cd4f87e3dab2cf105 Mon Sep 17 00:00:00 2001 From: Steven Deutsch Date: Tue, 26 Sep 2017 12:20:01 -0500 Subject: [PATCH] [Changelog] Add changelog entry for #166 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6fff6c..5d2dc993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ## Upcoming release ### Added +- **Breaking Change** `UIEdgeInsets` associated value to all `LabelAlignment` enum cases. +[#166](https://github.com/MessageKit/MessageKit/pull/166) by [@SD10](https://github.com/SD10). + - `LocationMessageDisplayDelegate` to customize a location messages appearance and add a `MKAnnotationView` to location message snapshots. [#150](https://github.com/MessageKit/MessageKit/pull/150) by [@etoledom](https://github.com/etoledom). @@ -26,6 +29,10 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa and a `right` inset of 18 for outgoing messages. [#162](https://github.com/MessageKit/MessageKit/pull/162) by [@SD10](https://github.com/SD10). +### Removed +- **Breaking Change** `cellTopLabelInsets` and `cellBottomLabelInsets` from `MessagesCollectionViewFlowLayout`. +[#166](https://github.com/MessageKit/MessageKit/pull/166) by [@SD10](https://github.com/SD10). + ---------------- ## [[Prerelease] 0.8.2](https://github.com/MessageKit/MessageKit/releases/tag/0.8.2)