Skip to content

Commit

Permalink
add note about backpressure to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Dec 25, 2016
1 parent 4b17d7c commit a71e8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Change Log
Version 2.0.0-RC1 *(25-12-2016)*
--------------------------------

rx-preferences has been updated to support RxJava 2.0. The `Preference` type is now an interface, but the core itself is mostly unchanged.
rx-preferences has been updated to support RxJava 2.0. The `Preference` type is now an interface, but the core itself is mostly unchanged. `2.0.0-RC1` does not handle backpressure yet.

Because the release includes breaking API changes, we're changing the project's package name from `com.f2prateek.rx.preferences` to `com.f2prateek.rx.preferences2`. The maven group has also changed to `com.f2prateek.rx.preferences2`. This should make it possible for large applications and libraries to migrate incrementally.
Because the release includes breaking API changes, we're changing the project's package name from `com.f2prateek.rx.preferences` to `com.f2prateek.rx.preferences2`. The maven group has also changed to `com.f2prateek.rx.preferences2`. This should make it possible for large applications and libraries to migrate incrementally.

Version 1.0.2 *(15-06-2016)*
----------------------------
Expand Down

0 comments on commit a71e8f2

Please sign in to comment.