Fix url in changelog (ver 1.0.0)

This commit is contained in:
Huyanh Hoang
2019-03-04 14:55:07 -08:00
committed by GitHub
parent 48c4ac2d8e
commit 2e8d6820bf
+1 -1
View File
@@ -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.