From f8f9422f4368bdb519d10685f31e87b79a1fe39c Mon Sep 17 00:00:00 2001 From: Adrian Samoticha Date: Wed, 22 Mar 2023 14:22:27 +0100 Subject: [PATCH] describe version in 1.1.2 in changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043ed86..3140f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +## 1.1.2 + +- Make macos_window_utils work without modifications to `MainFlutterWindow.swift`. + ## 1.1.1 + - Hotfix: Fix accidental breaking change in directory structure in 1.1.0. ## 1.1.0 (retracted) + - Add an abstract `NSWindowDelegate` that can be used to listen to events provided by [NSWindowDelegate](https://developer.apple.com/documentation/appkit/nswindowdelegate) such as window resizing, moving, exposing, and minimizing. The following methods are currently supported: - Managing Sheets - `windowWillBeginSheet`