diff --git a/frb_dart/CHANGELOG.md b/frb_dart/CHANGELOG.md index 46093c00ea..21c012577f 100644 --- a/frb_dart/CHANGELOG.md +++ b/frb_dart/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.5.0 + +* Copy Rust comments over to Dart generated file (#182, thanks @Desdaemon) + ## 1.4.0 * Support synchronous function calls in addition to existing asynchronous Future and Stream approaches (#175, #176)