From 2e8d6820bf26cc08fd1dcf3ef366620dea42a434 Mon Sep 17 00:00:00 2001 From: Huyanh Hoang Date: Mon, 4 Mar 2019 14:55:07 -0800 Subject: [PATCH] Fix url in changelog (ver 1.0.0) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39ed49b..2004f327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,7 +135,7 @@ classes that are responsible for sizing the `MessagesCollectionViewCell` types p ### Changed - **Breaking Change** Renamed `MessageData` enum to `MessageKind` and changed `MessageType`'s `data` property name to `kind`. - [#658](https://github.com/MessageKit/MessageKit/658) by [@zhongwuzw](https://github.com/zhongwuzw). + [#658](https://github.com/MessageKit/MessageKit/pull/658) by [@zhongwuzw](https://github.com/zhongwuzw). - **Breaking Change** Changed the `messageFooterView(for:in)` and `messageHeaderView(for:in)` methods of `MessagesDisplayDelegate` by removing the `message` parameter.