Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar authored Oct 16, 2016
1 parent 2548c38 commit 48a7529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
#### v0.6
* Remove all usages of `IRXBusIsResumedProvider` and `IRXBusResumedListener`
* for using queuing, the "queuer" now must implement the `IRXBusQueue` interface, see the `PauseAwareActivity` for an example: [`PauseAwareActivity`](https://github.com/MFlisar/RXBus/blob/master/demo/src/main/java/com/michaelflisar/rxbus/demo/PauseAwareActivity.java)
* the before mentioned "queuer" must be pased to the `RXBusBuilder.queue` function now

0 comments on commit 48a7529

Please sign in to comment.