From 82dfa446a015a5dbdf64ecd8661927359ee8fb8e Mon Sep 17 00:00:00 2001 From: Steven Deutsch Date: Thu, 14 Dec 2017 12:02:10 -0600 Subject: [PATCH] Add CHANGELOG entry for #397 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da056ce7..aba3ef90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,18 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ## Upcoming release +### Added + +- Added `detectorAttributes(for:and:at:)` method to `MessagesDisplayDelegate` allowing `DetectorType` +attributes to be set outside of the cell. +[#397](https://github.com/MessageKit/MessageKit/pull/397) by [@SD10](https://github.com/sd10). + ### Changed +- **Breaking Change** The `MessageLabel` properties `addressAttributes`, `dateAttributes`, `phoneNumberAttributes`, +and `urlAttributes` are now read only. Please use `setAttributes(_:detector:)` to set these properties. +[#397](https://github.com/MessageKit/MessageKit/pull/397) by [@SD10](https://github.com/sd10). + - **Breaking Change** Removed the generic constraint `` from `MessageCollectionViewCell`. [#391](https://github.com/MessageKit/MessageKit/pull/391) by [@SD10](https://github.com/sd10).