diff --git a/data/removals/15_2/removal-outdated-browser-support.yml b/data/removals/15_2/removal-outdated-browser-support.yml
new file mode 100644
index 0000000000000000000000000000000000000000..84b2fa32020bb867ffb92f3345f7a02f029cf7e5
--- /dev/null
+++ b/data/removals/15_2/removal-outdated-browser-support.yml
@@ -0,0 +1,20 @@
+- name: "Support for older browsers"
+  removal_date: July 22, 2022
+  removal_milestone: "15.2"
+  reporter: leipert
+  breaking_change: false
+  body: |
+    In GitLab 15.2, we are cleaning up and [removing old code](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86003) that was specific for browsers that we no longer support. This has no impact on users if they use one of our [supported web browsers](https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers).
+
+    Most notably, support for the following browsers has been removed:
+
+    - Apple Safari 14 and older.
+    - Mozilla Firefox 78.
+
+    The minimum supported browser versions are:
+
+    - Apple Safari 14.1.
+    - Mozilla Firefox 91.
+    - Google Chrome 92.
+    - Chromium 92.
+    - Microsoft Edge 92.
diff --git a/doc/update/removals.md b/doc/update/removals.md
index dc4cf874a9386b6cfa022ed521c93fc08de78a03..fa5c016d3ab263afb0afcb228f5597a61e22dfac 100644
--- a/doc/update/removals.md
+++ b/doc/update/removals.md
@@ -31,6 +31,25 @@ For removal reviewers (Technical Writers only):
   https://about.gitlab.com/handbook/marketing/blog/release-posts/#update-the-removals-doc
 -->
 
+## Removed in 15.2
+
+### Support for older browsers
+
+In GitLab 15.2, we are cleaning up and [removing old code](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/86003) that was specific for browsers that we no longer support. This has no impact on users if they use one of our [supported web browsers](https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers).
+
+Most notably, support for the following browsers has been removed:
+
+- Apple Safari 14 and older.
+- Mozilla Firefox 78.
+
+The minimum supported browser versions are:
+
+- Apple Safari 14.1.
+- Mozilla Firefox 91.
+- Google Chrome 92.
+- Chromium 92.
+- Microsoft Edge 92.
+
 ## Removed in 15.0
 
 ### API: `stale` status returned instead of `offline` or `not_connected`