We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990bc14 commit da1e8a8Copy full SHA for da1e8a8
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 2.7.1
4
+
5
+* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
6
+* Replace format! with concat! for string literals #2454 (thanks @Integral-Tech)
7
+* chore: fix cargo clippy warnings #2457 (thanks @Integral-Tech)
8
+* chore: downgrade rust version in frb_codegen (thanks @Integral-Tech)
9
+* Do not warn when fvm not found or for unexpected condition name #2478
10
11
## 2.7.0
12
13
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
0 commit comments