commit c8b26a7f2893ccd428321aa79455841adcc54bcb
parent edf59073659aa92b4056ed02f63db978acc668b6
Author: pollymce <pmceldowney@mozilla.com>
Date: Thu, 18 Dec 2025 15:52:47 +0000
Bug 2005443 - remove MiddlewareContext stage 3. r=android-reviewers,007
update changelog.md
Differential Revision: https://phabricator.services.mozilla.com/D276195
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mobile/android/android-components/docs/changelog.md b/mobile/android/android-components/docs/changelog.md
@@ -11,6 +11,8 @@ permalink: /changelog/
* Add optional link text support to HitResult.UNKNOWN to allow getting the text associated with a link in response to a long click
* **feature-contextmenu**
* 🆕 New: "Copy link text" context menu candidate to allow for the ability to copy link text [Bug 1809303](https://bugzilla.mozilla.org/show_bug.cgi?id=1809303)
+* **lib-state**
+ * ⚠️ **Breaking change**: Removed `MiddlewareContext`. You can now pass in a `Store` directly when invoking a `Middleware`. [Bug 2005443](https://bugzilla.mozilla.org/show_bug.cgi?id=2005443).
# 147.0
* **browser-state**: