Skip to content

Commit 612cf0a

Browse files
authored
Make changelog more consistent (#8581)
Follow up to #8580 to make periods and tense consistent.
1 parent 0a3e844 commit 612cf0a

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,46 @@
66

77
### Changed
88

9-
- Made Flutter project open to project view by default (#8573)
10-
- Fix incorrect colors for the device selector when using light themes. (#8576)
9+
- Made Flutter project open to project view by default. (#8573)
10+
- Fixed incorrect colors for the device selector when using light themes. (#8576)
1111

1212
## 88.0.0
1313

1414
### Added
1515

16-
- Support for Android Studio 2025.2
16+
- Support for Android Studio 2025.2.
1717

1818
### Removed
1919

20-
- The Flutter version is now read from the file ./bin/cache/flutter.version.json, required in Flutter 3.33+ (#8465)
21-
- Notification of required pub actions at the top of Dart files (#7623, #8481)
20+
- Notification of required pub actions at the top of Dart files. (#7623, #8481)
2221

2322
### Changed
2423

25-
- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation (#8446, #8447, #8448)
26-
- Made dev release daily instead of weekly
27-
- Set the device selector component to opaque during its creation to avoid an unexpected background color (#8471)
28-
- Refactored `DeviceSelectorAction` and add rich icons to different platform devices (#8475)
29-
- Fix DTD freezes when opening projects, and EDT freezes when the theme is changed and opening embedded DevTools (#8477)
30-
- Fix `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout (#8515)
31-
- Fix `DeviceSelectorAction`'s concurrent modification exception. (#8550)
24+
- Updated the Flutter version reading to use the file `./bin/cache/flutter.version.json`, as required in Flutter 3.33+. (#8465)
25+
- Resolved a "Slow operations are prohibited on EDT" exception on Flutter Project creation. (#8446, #8447, #8448)
26+
- Made dev release daily instead of weekly.
27+
- Set the device selector component to opaque during its creation to avoid an unexpected background color. (#8471)
28+
- Refactored `DeviceSelectorAction` and added rich icons to different platform devices. (#8475)
29+
- Fixed DTD freezes when opening projects and EDT freezes when the theme is changed and opening embedded DevTools. (#8477)
30+
- Fixed `DeviceSelectorAction` `NoSuchElementException` in the toolbar layout. (#8515)
31+
- Fixed `DeviceSelectorAction`'s concurrent modification exception. (#8550)
3232

3333
## 87.1.0
3434

35-
- Register VM service with DTD (#8436)
36-
- Fix for ClassCastException: BadgeIcon on flutter runs (#8426)
35+
### Changed
36+
37+
- Registered VM service with DTD. (#8436)
38+
- Fixed a ClassCastException for BadgeIcon on flutter runs. (#8426)
3739

3840
## 87.0.0
3941

40-
- Fixes to Flutter test execution (#8233, #8325)
41-
- Make Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc) (#7949, #8375)
42-
- Internal: support for logging to a dedicated plugin log file (#8253)
43-
- Fixes to ensure the Property Editor loads on all project opens (#8268)
44-
- Fix the hang after opening a new project in Android Studio (#8390)
42+
### Added
43+
44+
- Internal support for logging to a dedicated plugin log file. (#8253)
45+
46+
### Changed
47+
48+
- Made Android dependencies optional, allowing the plugin to be used in more Jetbrains products (Rider, etc). (#7949, #8375)
49+
- Fixed issues with Flutter test execution. (#8233, #8325)
50+
- Fixed issues to ensure the Property Editor loads on all project opens. (#8268)
51+
- Fixed a hang after opening a new project in Android Studio. (#8390)

0 commit comments

Comments
 (0)