From 0ecfffbd2bc1d56211085db91dd11fb7d88c0131 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Mon, 5 Jun 2023 21:21:00 -0300 Subject: [PATCH] Updated changelog for 1.4.0 --- rollbar_flutter/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rollbar_flutter/CHANGELOG.md b/rollbar_flutter/CHANGELOG.md index bd22833..1bc8490 100644 --- a/rollbar_flutter/CHANGELOG.md +++ b/rollbar_flutter/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.4.0 + +- Updated the Rollbar Apple SDK used by this SDK to handle native-level errors and crashes to the latest 3.x version. +- For a full list of improvements included in the new Rollbar Apple SDK, check: https://github.com/rollbar/rollbar-apple/releases/tag/3.0.0. + ## 1.3.1 - Fixed an issue with Flutter bindings being initialized in a different zone than the one actually used by the app.