Skip to content

Commit 93aeca6

Browse files
author
Bartosz Litwiniuk
committed
Backtrace-library v3.10.0 - update CHANGELOG.md and README.md
1 parent 12aa3a4 commit 93aeca6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Backtrace Android Release Notes
22

3+
## Version 3.10.0
4+
- Bump version of all dependencies (gson, mockito, concurrentunit)
5+
- ANR based on ApplicationInfo
6+
- Update UnhandledExceptionAttributeType classifier
7+
- DatabaseContext batch null bugfix
8+
- Fixes a potential ConcurrentModificationException in BacktraceDatabaseContext during record deletion
9+
- Use Maven Central repository
10+
311
## Version 3.9.0
412

513
- Added a support for nested and suppressed exceptions (#158)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Backtrace Integration with Android
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.backtrace-labs.backtrace-android/backtrace-library/badge.svg)](https://search.maven.org/artifact/com.github.backtrace-labs.backtrace-android/backtrace-library)
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.backtrace-labs.backtrace-android/backtrace-library.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/com.github.backtrace-labs.backtrace-android/backtrace-library)
44
![Build Status](https://github.com/backtrace-labs/backtrace-android/actions/workflows/test.yml/badge.svg)
55
[![javadoc](https://javadoc.io/badge2/com.github.backtrace-labs.backtrace-android/backtrace-library/javadoc.svg)](https://javadoc.io/doc/com.github.backtrace-labs.backtrace-android/backtrace-library)
66
<img src="http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat" alt="License: MIT">

0 commit comments

Comments
 (0)