Skip to content

Commit f1d61b1

Browse files
authored
Update the CHANGELOG.md in preparation for the next release (#6939)
1 parent c562fcd commit f1d61b1

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 76
2+
- Widget inspector doesn't jump to source code (#6875)
3+
- Change to use `org.apache.commons.lang3.*`, from `org.apache.commons.lang.*` (#6933)
4+
15
# 75
26
- Use pooled thread to find location of Android Studio (#6849)
37
- Update build script for AS canary and IJ stable (#6846)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name="flutter-intellij"
22
org.gradle.parallel=true
33
org.gradle.jvmargs=-Xms1024m -Xmx4048m
44
javaVersion=17
5-
dartVersion=232.8660.7
5+
dartVersion=233.9802.6
66
flutterPluginVersion=100
77
ide=ideaIC
88
testing=true

resources/META-INF/plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646

4747
<change-notes>
4848
<![CDATA[
49+
<h1>76</h1>
50+
<ul>
51+
<li>Widget inspector doesn't jump to source code (#6875)</li>
52+
<li>Change to use <code>org.apache.commons.lang3.*</code>, from <code>org.apache.commons.lang.*</code> (#6933)</li>
53+
</ul>
4954
<h1>75</h1>
5055
<ul>
5156
<li>Use pooled thread to find location of Android Studio (#6849)</li>

0 commit comments

Comments
 (0)