From f7b546a3be958e73f5abbffddadf3d3babda8f89 Mon Sep 17 00:00:00 2001 From: Steven Deutsch Date: Mon, 2 Oct 2017 17:35:03 -0500 Subject: [PATCH] [Changelog] Add changelog entry for #200 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d5d577..0f0f7713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,10 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa - **Breaking Change** `InputTextView`'s `UITextViewDelegate` is now set to `self` [#173](https://github.com/MessageKit/MessageKit/pull/173) by [@nathantannar4](https://github.com/nathantannar4). +- `configure` method of all `MessageCollectionViewCell` types to be marked as `open`. +[#200](https://github.com/MessageKit/MessageKit/pull/200) 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).