From bc60db544f0f427374331cce20233d8762514ed7 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Thu, 2 Jan 2025 10:23:38 +0100 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 54516d7ba..c1cac2bd9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,21 @@ Until then, minor updates may remove deprecated features and introduce breaking +## 1.1.2 + +Thanks to @cp-divyesh-v, and @bryan1anderson for your contributions to this version! + +### 💡 Adjustments + +* `RichKeyboardToolbar.Configuration` has a new format sheet button toggle. (@bryan1anderson) + +### 🐛 Bug Fixes + +* `RichTextCoordinator` now updates the current attributes if needed on macOS. (@cp-divyesh-v) + + + + ## 1.1.1 This release reverts the Swift 6 restriction.