Commit c23bc333 authored by Michael Comella's avatar Michael Comella Committed by Sebastian Kaspari
Browse files

Closes #2262 - review: Update CHANGELOG for isSuccess, isClientError rename.

parent ae1ff457
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ permalink: /changelog/
* **browser-menu**
  * ⚠️ **This is a breaking API change!**: Removed redundant `BrowserMenuImageText` `contentDescription`
  
* **concept-fetch**
  * ⚠️ **This is a breaking API change**: the [`Response`](https://mozac.org/api/mozilla.components.concept.fetch/-response/) properties `.success` and `.clientError` were renamed to `.isSuccess` and `isClientError` respectively to match Java conventions.

* **feature-downloads**
  * Fixing bug #2265. In some occasions, when trying to download a file, the download failed and the download notification shows "Unsuccessful download".