Skip to content

Commit 98b5964

Browse files
committed
updated changelog
1 parent d587900 commit 98b5964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This version has lots of changes, improvements and bug fixes. Please read carefu
33

44
New
55
1. Fetch now supports notifications via the FetchNotificationManager interface.
6-
See FetchNotificationManager class and sample code on usage.
6+
See DefaultFetchNotificationManager class and sample code on usage.
77
2. Fetch now supports saving downloads to URI paths via StorageResolver.
88
See sample code and DefaultStorageResolver class for usage.
99

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

0 commit comments

Comments
 (0)