diff --git a/BREAKING.md b/BREAKING.md
index 1e0a895a72c..df4c58d5246 100644
--- a/BREAKING.md
+++ b/BREAKING.md
@@ -15,6 +15,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
- [Components](#version-7x-components)
- [Overlays](#version-7x-overlays)
- [Virtual Scroll](#version-7x-virtual-scroll)
+- [Browser and Platform Support](#version-7x-browser-platform-support)
Components
@@ -34,6 +35,33 @@ Developers using the component will need to migrate to a virtual scroll solution
Any references to the virtual scroll types from `@ionic/core` have been removed. Please remove or replace these types: `Cell`, `VirtualNode`, `CellType`, `NodeChange`, `HeaderFn`, `ItemHeightFn`, `FooterHeightFn`, `ItemRenderFn` and `DomRenderFn`.
+
+
+This section details the desktop browser, JavaScript framework, and mobile platform versions that are supported by Ionic 7.
+
+**Minimum Browser Versions**
+| Desktop Browser | Supported Versions |
+| --------------- | ----------------- |
+| Chrome | 79+ |
+| Safari | 14+ |
+| Firefox | 63+ |
+| Edge | 79+ |
+
+**Minimum JavaScript Framework Versions**
+
+| Framework | Supported Version |
+| --------- | --------------------- |
+| Angular | 13+ |
+| React | 17+ |
+| Vue | 3.0.6+ |
+
+**Minimum Mobile Platform Versions**
+
+| Platform | Supported Version |
+| -------- | ---------------------- |
+| iOS | 14+ |
+| Android | 5.1+ with Chromium 79+ |
+
## Version 6.x