Skip to content

Commit

Permalink
Merge pull request MessageKit#1248 from kinoroy/development
Browse files Browse the repository at this point in the history
Add CHANGELOG entries for PR MessageKit#1201
  • Loading branch information
kinoroy authored Feb 18, 2020
2 parents c4318f0 + 29888c2 commit 54eec22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa

- Add missing cellTopLabelAlignment to MessageSizeCalculator. [#1113](https://github.com/MessageKit/MessageKit/pull/1113) by [@marcetcheverry](https://github.com/marcetcheverry)

- **Breaking Change** `MessageInputBar`, and `MessageInputBarDelegate` have been obsoleted. Use`InputBarAccessoryView` and `InputBarAccessoryViewDelegate` respectively. This change was previously meant for 3.0.0 but was implemented erroneously. [#1201](https://github.com/MessageKit/MessageKit/pull/1201) by [@kinoroy](https://github.com/kinoroy)

- Deprecated `SenderType.id` in favour of `SenderType.senderId`. This change was previously meant for 3.0.0 but
was implemented erroneously. [#1201](https://github.com/MessageKit/MessageKit/pull/1201) by [@kinoroy](https://github.com/kinoroy)

## 3.0.0

### Dependency Changes
Expand Down

0 comments on commit 54eec22

Please sign in to comment.