Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity authored Apr 4, 2024
1 parent fd98a2d commit 2252951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adds fixes around `DownloadData` population.

**Breaking changes**

`DownloadManager.download()` is now `async`.
`ElectronDownloadManager.download()` is now `async`.

This change is necessary to fix a race condition where `download()` is called, but if you immediately try to perform an
operation against the returned id, such as `pauseDownload()`, the `DownloadItem` has not been properly initialized
Expand Down

0 comments on commit 2252951

Please sign in to comment.