From c5eacf0b49a08758cdaa4d841f8fa697c34aa401 Mon Sep 17 00:00:00 2001 From: martinpucik Date: Tue, 3 May 2022 18:24:02 +0200 Subject: [PATCH] docs: Changelog update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e03f7222..ea466af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa ```swift MessageSizeCalculator.messageContainerSize(for message: MessageType, at indexPath: IndexPath) -> CGSize ``` -- BREAKING CHANGE: [2bd234b](https://github.com/MessageKit/MessageKit/commit/2bd234b1e878f392089f166d6868ce644d6c9e95) by [@martinpucik](https://github.com/martinpucik) Dropped support for iOS 12 +- BREAKING CHANGE: Dropped support for iOS 12 [2bd234b](https://github.com/MessageKit/MessageKit/commit/2bd234b1e878f392089f166d6868ce644d6c9e95) by [@martinpucik](https://github.com/martinpucik) ### Removed