File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.0.2 * (2021-04-19)*
5
+ ----------------------------
6
+
7
+ * Ensured that malformed or incomplete data saved to disk does not result in an exception when attempting to restore state.
8
+
4
9
Version 2.0.1 * (2021-03-31)*
5
10
----------------------------
6
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest
15
15
* [ Limitations] ( #limitations )
16
16
* [ Testing] ( #testing )
17
17
* [ License] ( #license )
18
- * [ Javadoc] ( https://jitpack.io/com/github/livefront/bridge/v2.0.1 /javadoc/index.html )
18
+ * [ Javadoc] ( https://jitpack.io/com/github/livefront/bridge/v2.0.2 /javadoc/index.html )
19
19
20
20
<a name =" motivation " ></a >
21
21
## Motivation
@@ -140,7 +140,7 @@ repositories {
140
140
}
141
141
142
142
dependencies {
143
- implementation 'com.github.livefront:bridge:v2.0.1 '
143
+ implementation 'com.github.livefront:bridge:v2.0.2 '
144
144
}
145
145
```
146
146
You can’t perform that action at this time.
0 commit comments