Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Oct 8, 2024
1 parent f3cd9e0 commit 1645808
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.5.0

* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
* Add commandline option for passing features to cargo expand during codegen #2284 (thanks @fmeef)
* Support providing relative paths to configuration file #2320 (thanks @patmuk)
* Use portable-atomic in frb_rust #2323 (thanks @kyrias)
* Upgrade serde yaml #2333 (thanks @atezet)
* Replace atty by std::io::IsTerminal #2332 (thanks @atezet)
* Fixes cfg wasm warnings #2329 (thanks @patmuk)
* Add docs and warning if user provides absolute rust_crate_dir #2335 (thanks @Vollbrecht)
* Use dart_output when possible for the dart fix #2340 (thanks @AlexV525)

## 2.4.0

* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
Expand Down

0 comments on commit 1645808

Please sign in to comment.