We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341d5af + b586205 commit ee0c636Copy full SHA for ee0c636
CHANGELOG.md
@@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
## Version [4.0.2][unreleased] - (in development)
6
- Changed: `CDAField` +`Serializable`
7
- Changed: `CDALocale` +`Serializable`
8
+- Changed: RxJava v1.0.14
9
10
## Version [4.0.1] - (2015-07-20)
11
- Fixed: NPE when processing entries with null links.
pom.xml
@@ -49,7 +49,7 @@
49
50
<!-- Dependencies -->
51
<retrofit.version>1.9.0</retrofit.version>
52
- <rxjava.version>1.0.13</rxjava.version>
+ <rxjava.version>1.0.14</rxjava.version>
53
54
<!-- Test Dependencies -->
55
<commonsio.version>2.4</commonsio.version>
0 commit comments