Skip to content

Commit b0d959e

Browse files
authored
Add missing changelog entries and update version (#8880)
1 parent 76d8e58 commit b0d959e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@
44

55
### Changed
66

7-
- Updated gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
8-
97
### Removed
108

119
### Fixed
1210

13-
- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and migrating configuration logic to `FlutterInitializer`. (#8845)
11+
## 91.0.0
12+
13+
### Changed
14+
15+
- Gradle plugin version to re-enable running `./gradlew verifyPlugin` locally. (#8847)
16+
17+
### Fixed
18+
19+
- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and
20+
migrating configuration logic to `FlutterInitializer`. (#8846)
1421
- Gutter buttons not running tests with non-ASCII characters in their names. (#7985)
1522
- Freeze from JX Browser close. (#8864)
23+
- Crash in split debugger mode in IntelliJ 2025.3+. (#8831)
24+
- Passing additional arguments from the Flutter test template. (#7261)
1625

1726
## 90.0.0
1827

0 commit comments

Comments
 (0)