From 47676b77e6a6f74acecc20b8c984e06866144c73 Mon Sep 17 00:00:00 2001 From: Bartosz Litwiniuk <> Date: Wed, 3 Jan 2024 22:23:02 +0100 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f515894..fb0bc978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ # Backtrace Android Release Notes +## Version 3.7.13 + +- BacktraceExceptionHandler will catch Errors (not only Exception) when unhandled Throwable will happen + ## Version 3.7.12 + - Fixed bug when exception contains base class with same field ## Version 3.7.11 + - Fix NPE in DatabaseContext - Add session attribute and backtrace reporter name to every error report ## Version 3.7.10 + - Add integration tests - Move common http response processing method to helper class - Remove unused code