Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Nov 7, 2018
1 parent d587900 commit 98b5964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This version has lots of changes, improvements and bug fixes. Please read carefu

New
1. Fetch now supports notifications via the FetchNotificationManager interface.
See FetchNotificationManager class and sample code on usage.
See DefaultFetchNotificationManager class and sample code on usage.
2. Fetch now supports saving downloads to URI paths via StorageResolver.
See sample code and DefaultStorageResolver class for usage.

Expand Down Expand Up @@ -32,7 +32,7 @@ to enqueue but other request are still enqueued instead of the whole operation b
If the Error is Error.NONE this means that the download was successfully enqueued. Otherwise
this means that the enqueue for the request failed.
- In order to make Fetch more modular and accommodating to different application environments,
the following methods were removed from the Download interface and are now on the StorageResolver interface.
the following methods were removed from the Downloader interface and are now on the StorageResolver interface.
If you are overriding these methods, you must extend the StorageResolver interface or DefaultStorageResolver class
and set an instance on the Fetch Configuration builder you are using to create your Fetch instance.
Methods Moved:
Expand Down

0 comments on commit 98b5964

Please sign in to comment.