Prepare for release 1.0.6.
This commit is contained in:
parent
6541551dca
commit
9fe6acdf74
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,18 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
|
||||
Version 1.0.6 *(2017-01-23/)*
|
||||
----------------------------
|
||||
* Bug Fix: fix race condition of 2 fetch requests too quickly (#74)
|
||||
* Bug Fix: Expose MultiParser as Public
|
||||
* API Change: Clarifying Store.stream (#73)
|
||||
1 Added the stream() method
|
||||
2 Deprecated old stream(barcode) and added migration helping in the documentation
|
||||
|
||||
|
||||
Version 1.0.5 *DOES NOT EXIST* (We screwed up deployment)
|
||||
|
||||
Version 1.0.4 *(2017-01-19/)*
|
||||
----------------------------
|
||||
* Bug Fix: Fix memory caching issue with Equivalence.Equals (#70)
|
||||
|
|
|
@ -256,7 +256,7 @@ public class SampleStore extends RealStore<String> {
|
|||
|
||||
### Artifacts
|
||||
Note: Release is in Sync with current state of master (not develop) branch
|
||||
CurrentVersion = 1.0.4
|
||||
CurrentVersion = 1.0.6
|
||||
Since this is android, we have split Store into 4 artifacts:
|
||||
+ **Cache** Cache extracted from Guava (~200 methods)
|
||||
|
||||
|
|
Loading…
Reference in a new issue