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).