Skip to content

Commit 75b6c0f

Browse files
authored
Update CHANGELOG.md for 3.32.8 (flutter#172779)
## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
1 parent 7d13988 commit 75b6c0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ docs/releases/Hotfix-Documentation-Best-Practices.md
3131
-->
3232
## Flutter 3.32 Changes
3333

34+
### [3.32.8](https://github.com/flutter/flutter/releases/tag/3.32.8)
35+
36+
- [flutter/150131](https://github.com/flutter/flutter/issues/150131) iOS users on macOS 15 may see a tool crash if permissions are missing. Can work around by enabling mDNS permissions.
37+
- [flutter/155294](https://github.com/flutter/flutter/issues/155294) [flutter/169506](https://github.com/flutter/flutter/issues/169506) On android Add a new api for requesting a new surface from the embedder that is different from any previously returned.
38+
- [flutter/172602](https://github.com/flutter/flutter/pull/172602) Do not call hasUnifiedMemory that was introduced in macOS 10.15 on versions before 10.15.
39+
- [flutter/172250](https://github.com/flutter/flutter/issues/172250) `TextInput.hide` call incorrectly clears the text in the active text field on iOS.
40+
3441
### [3.32.7](https://github.com/flutter/flutter/releases/tag/3.32.7)
3542

3643
- [flutter/172121](https://github.com/flutter/flutter/pull/172121) - Fix iOS images replaced with pink fill when coming out of background.

0 commit comments

Comments
 (0)