Skip to content

Commit 75f2497

Browse files
author
Bartosz Litwiniuk
committed
Merge branch 'master' into db
# Conflicts: # backtrace-library/build.gradle # gradle.properties
2 parents 69abf1c + c1b6afb commit 75f2497

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

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

33

4+
## Version 1.2.0 - 07.04.2019
5+
- `BacktraceDatabase` - offline error report storage and auto re-submission support in the event of network outage and server unavailability,
6+
7+
## Version 1.1.2 - 07.03.2019
8+
- Added class name to function name in exception StackFrame
9+
- Added exception message to annotations
10+
411
## Version 1.1.1 - 26.02.2019
512
- Fixed exception on filter out Backtrace files from StackTraceElements when file name is null
613

@@ -15,7 +22,4 @@
1522
- Replaced spaces with underscore in all enums strings
1623

1724
## Version 1.0 - 27.01.2019
18-
- First release.
19-
20-
## Version 1.2.0 - 07.04.2019
21-
- `BacktraceDatabase` - offline error report storage and auto re-submission support in the event of network outage and server unavailability,
25+
- First release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ catch (e: Exception) {
7171
* Gradle
7272
```
7373
dependencies {
74-
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:1.1.1'
74+
implementation 'com.github.backtrace-labs.backtrace-android:backtrace-library:1.2.0'
7575
}
7676
```
7777

@@ -80,7 +80,7 @@ dependencies {
8080
<dependency>
8181
<groupId>com.github.backtrace-labs.backtrace-android</groupId>
8282
<artifactId>backtrace-library</artifactId>
83-
<version>1.1.1</version>
83+
<version>1.2.0</version>
8484
<type>aar</type>
8585
</dependency>
8686
```

0 commit comments

Comments
 (0)