From 2c4fd9a510ac6b60b2f288ec67fcb6dcd435985a Mon Sep 17 00:00:00 2001 From: etoledom Date: Sun, 1 Oct 2017 17:34:31 -0300 Subject: [PATCH] Fixed changelog entry errors. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5f2587..84cb330c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa - `messageLabelInsets(for:indexPath:messagesCollectionView` method to `MessagesLayoutDelegate`. [#162](https://github.com/MessageKit/MessageKit/pull/162) by [@SD10](https://github.com/SD10). --`animationBlockForLocation(message:indexPath:messagesCollectionView)` method to `LocationMessageDisplayDelegate` to customize the display animation of the location message's map -[210](https://github.com/MessageKit/MessageKit/pull/210) by [@etoledom](https://github.com/etoledom). +- `animationBlockForLocation(message:indexPath:messagesCollectionView)` method to `LocationMessageDisplayDelegate` to customize the display animation of the location message's map. +[#210](https://github.com/MessageKit/MessageKit/pull/210) by [@etoledom](https://github.com/etoledom). ### Fixed