From cb35843753b2095f5e25d8bbbdbb116f6649d174 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Fri, 27 Jun 2025 09:32:31 +0200 Subject: [PATCH 1/3] Edge 139 web platform release notes (#3486) * New beta web platform release notes * Finalized relnotes content * In-article TOC * Fix md tagging * Writer/Editor pass * sdk expect dates * New beta web platform release notes * Writer/Editor pass, format * toc entry * linkfix * Edit pass for new features * OTs * escape length * Writer/Editor review pass * New beta web platform release notes * Sort features and clean them up * More formatting * cont'd * webrtc audiolevel * cont'd * cont'd * browser bound keys * Done with most content * toc * add todo's for clarif * see also todos * links * Revert "links" This reverts commit e456df611b0e6c27840e3bfbf4b2ca753768201a. * addressed todos * nits * link * fix date * cap'z JS --------- Co-authored-by: captainbrosset Co-authored-by: Michael S. Hoffman --- .../web-platform/release-notes/137.md | 24 +- .../web-platform/release-notes/138.md | 7 +- .../web-platform/release-notes/139.md | 559 ++++++++++++++++++ scripts/beta-release-notes-template.njk | 3 + 4 files changed, 566 insertions(+), 27 deletions(-) create mode 100644 microsoft-edge/web-platform/release-notes/139.md diff --git a/microsoft-edge/web-platform/release-notes/137.md b/microsoft-edge/web-platform/release-notes/137.md index dccd43c355..8386d264b5 100644 --- a/microsoft-edge/web-platform/release-notes/137.md +++ b/microsoft-edge/web-platform/release-notes/137.md @@ -19,7 +19,6 @@ To stay up-to-date and get the latest web platform features, download a preview * [WebView2](#webview2) * [Web platform features](#web-platform-features) * [CSS features](#css-features) - * [CSS `caret-animation` property](#css-caret-animation-property) * [CSS `if()` function](#css-if-function) * [CSS `reading-flow` and `reading-order` properties](#css-reading-flow-and-reading-order-properties) * [Support for `shape()` in `offset-path`](#support-for-shape-in-offset-path) @@ -54,19 +53,13 @@ To stay up-to-date and get the latest web platform features, download a preview ## Edge DevTools -See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md). - +See [What's New in DevTools (Microsoft Edge 137)](../../devtools-guide-chromium/whats-new/2025/06/devtools-137.md). ## WebView2 -See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md). - +See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) in _Release Notes for the WebView2 SDK_ (June 2025). @@ -77,19 +70,6 @@ For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _ #### CSS features - -###### CSS `caret-animation` property - -Microsoft Edge supports animating the `caret-color` CSS property. However, when animated, the default blinking behavior of the caret interfered with the animation. - -The `caret-animation` property now supports two values: - -* `auto`: the default browser blinking behavior occurs. -* `manual`: you control the caret animation. - -See [Animation of the insertion caret: caret-animation](https://drafts.csswg.org/css-ui/#caret-animation) in _CSS Basic User Interface Module Level 4_. - - ###### CSS `if()` function diff --git a/microsoft-edge/web-platform/release-notes/138.md b/microsoft-edge/web-platform/release-notes/138.md index 2d198350ff..db3bee28b7 100644 --- a/microsoft-edge/web-platform/release-notes/138.md +++ b/microsoft-edge/web-platform/release-notes/138.md @@ -62,10 +62,7 @@ See [What's New in DevTools (Microsoft Edge 138)](../../devtools-guide-chromium/ ## WebView2 -See [Release Notes for the WebView2 SDK](../../webview2/release-notes/index.md). - +See [1.0.3296.44](../../webview2/release-notes/index.md#10329644) in _Release Notes for the WebView2 SDK_ (June 2025). @@ -79,7 +76,7 @@ For WebView2, see [1.0.n.n](../../webview2/release-notes/index.md#10nnnnnn) in _ ###### CSS `stretch` sizing keyword -The `stretch` keyword, for CSS sizing properties such as `width` and `height`, allows elements to grow to exactly fill their containing block's available space. The `stretch` sizing keyword is similar to the value `100%`, except that the resulting size is applied to the element's margin box instead of to the box that's indicated by `box-sizing`. +The `stretch` keyword, for CSS sizing properties such as `width` and `height`, allows an element to grow to exactly fill its containing block's available space. The `stretch` sizing keyword is similar to the value `100%`, except that the resulting size is applied to the element's margin box, instead of being applied to the box that's indicated by `box-sizing`. The `stretch` keyword allows the element to keep its margins, while still being as large as possible. This is an unprefixed version of `-webkit-fill-available`. diff --git a/microsoft-edge/web-platform/release-notes/139.md b/microsoft-edge/web-platform/release-notes/139.md new file mode 100644 index 0000000000..3277f3c718 --- /dev/null +++ b/microsoft-edge/web-platform/release-notes/139.md @@ -0,0 +1,559 @@ +--- +title: Microsoft Edge 139 web platform release notes (Aug. 2025) +description: Microsoft Edge 139 web platform release notes (Aug. 2025) +author: MSEdgeTeam +ms.author: msedgedevrel +ms.topic: conceptual +ms.service: microsoft-edge +ms.date: 6/26/2025 +--- +# Microsoft Edge 139 web platform release notes (Aug. 2025) + +The following are the new web platform features and updates in Microsoft Edge 139, which releases on August 7, 2025. + +To stay up-to-date and get the latest web platform features, download a preview channel of Microsoft Edge (Beta, Dev, or Canary); go to [Become a Microsoft Edge Insider](https://www.microsoft.com/edge/download/insider). + +**Detailed contents:** + +* [Edge DevTools](#edge-devtools) +* [WebView2](#webview2) +* [Web platform features](#web-platform-features) + * [CSS features](#css-features) + * [CSS custom functions](#css-custom-functions) + * [CSS `caret-animation` property](#css-caret-animation-property) + * [CSS `font-width` property](#css-font-width-property) + * [Continue running transitions when switching to initial transition value](#continue-running-transitions-when-switching-to-initial-transition-value) + * [CSS `corner-shape` property](#css-corner-shape-property) + * [Support `width` and `height` presentational attributes on nested `` elements](#support-width-and-height-presentational-attributes-on-nested-svg-elements) + * [Web APIs](#web-apis) + * [`request-close` invoker command](#request-close-invoker-command) + * [Allow more characters in JavaScript DOM APIs](#allow-more-characters-in-javascript-dom-apis) + * [Audio level for WebRTC encoded frames](#audio-level-for-webrtc-encoded-frames) + * [Specify a crash-reporting endpoint to receive only crash reports](#specify-a-crash-reporting-endpoint-to-receive-only-crash-reports) + * [Fire error event instead of throwing for CSP blocked worker](#fire-error-event-instead-of-throwing-for-csp-blocked-worker) + * [Reduce fingerprinting in `Accept-Language`](#reduce-fingerprinting-in-accept-language) + * [Browser Bound Keys in the Secure Payment Confirmation API](#browser-bound-keys-in-the-secure-payment-confirmation-api) + * [Better JSON MIME type detection](#better-json-mime-type-detection) + * [Support the async attribute for SVG `
.NET: [AddWebResourceRequestedFilter](/dotnet/api/microsoft.web.webview2.core.corewebview2.addwebresourcerequestedfilter)
WinRT: [AddWebResourceRequestedFilter](/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2#addwebresourcerequestedfilter)
Win32: [AddWebResourceRequestedFilterWithRequestSourceKinds](/microsoft-edge/webview2/reference/win32/icorewebview2_22#addwebresourcerequestedfilterwithrequestsourcekinds) | | `msEnhancedTextContrast` | Improves text contrast enhancement and gamma correction to match the quality and clarity of other native Windows applications. When this flag is used, font rendering respects user ClearType Tuner settings when applying text contrast enhancement and gamma correction. | | `msEnhancedTrackingPreventionEnabled` | Enables native privacy protection features, such as blocking cookies and web requests that reside in domains that are known to be tracking domains. | diff --git a/microsoft-edge/webview2/how-to/hostobject.md b/microsoft-edge/webview2/how-to/hostobject.md index 16497add1b..6a32327aa7 100644 --- a/microsoft-edge/webview2/how-to/hostobject.md +++ b/microsoft-edge/webview2/how-to/hostobject.md @@ -405,7 +405,7 @@ The web-side code of the Win32 sample app is now able to access the properties a ![Top of Host Objects demo page](./hostobject-images/sample-app-top.png) -1. The webpage suggests using the **Console** tool of DevTools to run JavaScript statements on the `chrome.webview.hostObjects.sample` object. If you want to open DevTools from the sample app, right-click the page and then select **Inspect**. Then select the **Console** tab. For more information, see [Console overview](../../devtools-guide-chromium/console/index.md). +1. The webpage suggests using the **Console** tool of DevTools to run JavaScript statements on the `chrome.webview.hostObjects.sample` object. If you want to open DevTools from the sample app, right-click the page and then select **Inspect**. Then select the **Console** tab. For more information, see [Console overview](../../devtools/console/index.md). To open DevTools, pressing **F12** might not work in this context, and might trigger an exception. If so, in Visual Studio, select **Stop Debugging**, and then press **F5** to restart debugging. In the sample app, select **Scenario** > **Host Objects** again. For more information, see [Open DevTools using an approach other than F12](./debug-visual-studio.md#open-devtools-using-an-approach-other-than-f12) in _Debug WebView2 apps with Visual Studio_. diff --git a/microsoft-edge/webview2/how-to/machine-setup.md b/microsoft-edge/webview2/how-to/machine-setup.md index c50f0527c6..f94a553ca0 100644 --- a/microsoft-edge/webview2/how-to/machine-setup.md +++ b/microsoft-edge/webview2/how-to/machine-setup.md @@ -177,7 +177,7 @@ If you instead want to clone the repo by using a Git Bash shell or command promp See also: * [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) - GitHub docs. -* [Clone the Edge Demos repo to your drive](../../devtools-guide-chromium/sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_. +* [Clone the Edge Demos repo to your drive](../../devtools/sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_. * [Step 6: Set up a localhost server](../../visual-studio-code/microsoft-edge-devtools-extension/install.md#step-6-set-up-a-localhost-server) in _Installing the DevTools extension for Visual Studio Code_. @@ -308,5 +308,5 @@ To update the WebView2 Runtime on your development machine and on user machines, ## See also * [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) - GitHub docs. -* [Clone the Edge Demos repo to your drive](../../devtools-guide-chromium/sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_. +* [Clone the Edge Demos repo to your drive](../../devtools/sample-code/sample-code.md#clone-the-edge-demos-repo-to-your-drive) in _Sample code for DevTools_. * [Step 6: Set up a localhost server](../../visual-studio-code/microsoft-edge-devtools-extension/install.md#step-6-set-up-a-localhost-server) in _Installing the DevTools extension for Visual Studio Code_. diff --git a/microsoft-edge/webview2/how-to/remote-debugging-desktop.md b/microsoft-edge/webview2/how-to/remote-debugging-desktop.md index d684902038..4164cb623b 100644 --- a/microsoft-edge/webview2/how-to/remote-debugging-desktop.md +++ b/microsoft-edge/webview2/how-to/remote-debugging-desktop.md @@ -10,7 +10,7 @@ ms.date: 09/27/2023 --- # Remote debugging desktop WebView2 WinUI 2 (UWP) apps -To use [Microsoft Edge DevTools](/microsoft-edge/devtools-guide-chromium/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. +To use [Microsoft Edge DevTools](/microsoft-edge/devtools/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. diff --git a/microsoft-edge/webview2/how-to/remote-debugging-hololens.md b/microsoft-edge/webview2/how-to/remote-debugging-hololens.md index 236ee791e3..66230456d2 100644 --- a/microsoft-edge/webview2/how-to/remote-debugging-hololens.md +++ b/microsoft-edge/webview2/how-to/remote-debugging-hololens.md @@ -10,7 +10,7 @@ ms.date: 09/27/2023 --- # Remote debugging HoloLens 2 WebView2 WinUI 2 (UWP) apps -To use [Microsoft Edge DevTools](/microsoft-edge/devtools-guide-chromium/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. +To use [Microsoft Edge DevTools](/microsoft-edge/devtools/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. WebView2 on HoloLens 2 and the WebView plugin for Unity are both in Preview and are subject to change before general availability. diff --git a/microsoft-edge/webview2/how-to/remote-debugging-xbox.md b/microsoft-edge/webview2/how-to/remote-debugging-xbox.md index 9fb7f23d81..4513af193f 100644 --- a/microsoft-edge/webview2/how-to/remote-debugging-xbox.md +++ b/microsoft-edge/webview2/how-to/remote-debugging-xbox.md @@ -10,7 +10,7 @@ ms.date: 10/17/2023 --- # Remote debugging Xbox WebView2 WinUI 2 (UWP) apps -To use [Microsoft Edge DevTools](/microsoft-edge/devtools-guide-chromium/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. +To use [Microsoft Edge DevTools](/microsoft-edge/devtools/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. diff --git a/microsoft-edge/webview2/how-to/remote-debugging.md b/microsoft-edge/webview2/how-to/remote-debugging.md index c9e049cf65..59c43abb80 100644 --- a/microsoft-edge/webview2/how-to/remote-debugging.md +++ b/microsoft-edge/webview2/how-to/remote-debugging.md @@ -10,7 +10,7 @@ ms.date: 09/27/2023 --- # Remote debugging WebView2 WinUI 2 (UWP) apps -To use [Microsoft Edge DevTools](/microsoft-edge/devtools-guide-chromium/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. +To use [Microsoft Edge DevTools](/microsoft-edge/devtools/landing/) to debug a WebView2 WinUI 2 (UWP) app, use remote debugging. Remote debugging is necessary for WebView2 WinUI 2 (UWP) apps because currently, the built-in DevTools can't be launched inside a store-signed WebView2 WinUI 2 (UWP) app. | Platform | Article | |---|---| diff --git a/scripts/beta-release-notes-template.njk b/scripts/beta-release-notes-template.njk index 9d6e2b2ae7..cfc9f960fe 100644 --- a/scripts/beta-release-notes-template.njk +++ b/scripts/beta-release-notes-template.njk @@ -44,9 +44,9 @@ To stay up-to-date and get the latest web platform features, download a preview ## Edge DevTools -See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md). +See [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md). diff --git a/scripts/report-references-to-old-versions.js b/scripts/report-references-to-old-versions.js index 5329e1d1fb..c0bf162547 100644 --- a/scripts/report-references-to-old-versions.js +++ b/scripts/report-references-to-old-versions.js @@ -6,12 +6,12 @@ import github from '@actions/github'; const FILES_TO_INCLUDE = '../microsoft-edge/**/*.md'; const FILES_TO_IGNORE = [ // What's new/release notes articles are bound to always have version numbers in them. That's ok. - '../microsoft-edge/devtools-guide-chromium/whats-new/**/*.md', + '../microsoft-edge/devtools/whats-new/**/*.md', '../microsoft-edge/webview2/release-notes/index.md', '../microsoft-edge/webview2/release-notes/archive.md', '../microsoft-edge/progressive-web-apps/whats-new/*.md', // Experimental features also often have version numbers in them. Let's ignore them too. - '../microsoft-edge/devtools-guide-chromium/experimental-features/index.md', + '../microsoft-edge/devtools/experimental-features/index.md', // Ignore the site-impacting-changes article, since this references older versions on purpose. '../microsoft-edge/web-platform/site-impacting-changes.md' ]; From f0f5c18978b6b33359962f9f76c8f3c45a1587ae Mon Sep 17 00:00:00 2001 From: Michael Hoffman Date: Mon, 30 Jun 2025 01:59:34 -0700 Subject: [PATCH 3/3] What's New in DevTools (Microsoft Edge 138) (#3489) * links * desc todo * Edge release schedule * 06 dir * trim links * -guide-chromium --------- Co-authored-by: leahmsft --- microsoft-edge/develop-web-microsoft-edge.md | 2 +- .../devtools/whats-new/2020/11/devtools.md | 2 +- .../whats-new/2025/06/devtools-138.md | 33 +++++++++++++++++++ microsoft-edge/toc.yml | 12 ++++--- .../web-platform/release-notes/139.md | 4 +-- .../web-platform/release-notes/index.md | 1 + 6 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 microsoft-edge/devtools/whats-new/2025/06/devtools-138.md diff --git a/microsoft-edge/develop-web-microsoft-edge.md b/microsoft-edge/develop-web-microsoft-edge.md index dce06946b2..c0e47f95ae 100644 --- a/microsoft-edge/develop-web-microsoft-edge.md +++ b/microsoft-edge/develop-web-microsoft-edge.md @@ -34,7 +34,7 @@ See: ## Microsoft Edge DevTools diff --git a/microsoft-edge/devtools/whats-new/2020/11/devtools.md b/microsoft-edge/devtools/whats-new/2020/11/devtools.md index 684ad1a20f..f34e233409 100644 --- a/microsoft-edge/devtools/whats-new/2020/11/devtools.md +++ b/microsoft-edge/devtools/whats-new/2020/11/devtools.md @@ -343,7 +343,7 @@ See also: ###### Display opener frame details for opened windows -DevTools now organizes opened [Windows](https://developer.mozilla.org/docs/Web/API/Window#Constructors) under the relevant parent [frame](https://developer.mozilla.org/docs/Web/API/Window/frames). For example, if the `top` frame opens a `Window` to `https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium`, then the `Window` appears under `top` in the **Frames** list. +DevTools now organizes opened [Windows](https://developer.mozilla.org/docs/Web/API/Window#Constructors) under the relevant parent [frame](https://developer.mozilla.org/docs/Web/API/Window/frames). For example, if the `top` frame opens a `Window` to `https://learn.microsoft.com/microsoft-edge/devtools`, then the `Window` appears under `top` in the **Frames** list. To reveal the frame that's responsible for opening another Window, and see that frame in the **Elements** tool: diff --git a/microsoft-edge/devtools/whats-new/2025/06/devtools-138.md b/microsoft-edge/devtools/whats-new/2025/06/devtools-138.md new file mode 100644 index 0000000000..12518dfc30 --- /dev/null +++ b/microsoft-edge/devtools/whats-new/2025/06/devtools-138.md @@ -0,0 +1,33 @@ +--- +title: What's New in DevTools (Microsoft Edge 138) +description: Server response and redirection times in 'Document request latency' insight. Redirects in Summary of network requests. And more. # key words before col 158 +author: MSEdgeTeam +ms.author: msedgedevrel +ms.topic: conceptual +ms.service: microsoft-edge +ms.subservice: devtools +ms.date: 07/01/2025 +--- +# What's New in DevTools (Microsoft Edge 138) + +These are the latest features in the Stable release of Microsoft Edge DevTools. Microsoft Edge 138 includes the following updates from the Chromium project: + +* [Performance panel improvements](https://developer.chrome.com/blog/new-in-devtools-138#perf) + * [Server response and redirection times in 'Document request latency' insight](https://developer.chrome.com/blog/new-in-devtools-138#doc-req-latency-times) + * [Redirects in Summary of network requests](https://developer.chrome.com/blog/new-in-devtools-138#redirects) + * [Reduced noise in the performance trace](https://developer.chrome.com/blog/new-in-devtools-138#perf-compile-disabled) + * [Deprecated 'Disable JavaScript samples'](https://developer.chrome.com/blog/new-in-devtools-138#disable-js-samples) +* [Geolocation accuracy parameter in Sensors](https://developer.chrome.com/blog/new-in-devtools-138#geo-accuracy) +* [Elements panel improvements](https://developer.chrome.com/blog/new-in-devtools-138#elements) + * [Debug complex CSS values easier](https://developer.chrome.com/blog/new-in-devtools-138#debug-css-values) + * [@function support in Elements > Styles](https://developer.chrome.com/blog/new-in-devtools-138#at-function) +* [Network panel improvements](https://developer.chrome.com/blog/new-in-devtools-138#network) + * [has-request-header filter](https://developer.chrome.com/blog/new-in-devtools-138#has-request-header) + * [Direct Sockets in Isolated Web Apps](https://developer.chrome.com/blog/new-in-devtools-138#direct-sockets) + + + +## See also + +* [What's New in Microsoft Edge DevTools](../../whats-new.md) +* [Release notes for Microsoft Edge web platform](../../../../web-platform/release-notes/index.md) diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml index 7e914ad69c..314a05df49 100644 --- a/microsoft-edge/toc.yml +++ b/microsoft-edge/toc.yml @@ -93,6 +93,10 @@ href: ./devtools/whats-new/whats-new.md displayName: release notes, announcements # latest 10 What's New + - name: Microsoft Edge 138 + href: ./devtools/whats-new/2025/06/devtools-138.md + displayName: What's New in DevTools (Microsoft Edge 138) # page title + - name: Microsoft Edge 137 href: ./devtools/whats-new/2025/06/devtools-137.md displayName: What's New in DevTools (Microsoft Edge 137) # page title @@ -129,16 +133,16 @@ href: ./devtools/whats-new/2024/09/devtools-129.md displayName: What's New in DevTools (Microsoft Edge 129) # page title - - name: Microsoft Edge 128 - href: ./devtools/whats-new/2024/08/devtools-128.md - displayName: What's New in DevTools (Microsoft Edge 128) # page title - # keep 10 items above - name: Archive items: - name: What's New in DevTools archive href: ./devtools/whats-new/whats-new-archive.md + - name: Microsoft Edge 128 + href: ./devtools/whats-new/2024/08/devtools-128.md + displayName: What's New in DevTools (Microsoft Edge 128) # page title + - name: Microsoft Edge 127 href: ./devtools/whats-new/2024/07/devtools-127.md displayName: What's New in DevTools (Microsoft Edge 127) # page title diff --git a/microsoft-edge/web-platform/release-notes/139.md b/microsoft-edge/web-platform/release-notes/139.md index 3277f3c718..2ee2c368d9 100644 --- a/microsoft-edge/web-platform/release-notes/139.md +++ b/microsoft-edge/web-platform/release-notes/139.md @@ -59,9 +59,9 @@ To stay up-to-date and get the latest web platform features, download a preview ## Edge DevTools -See [What's New in Microsoft Edge DevTools](../../devtools-guide-chromium/whats-new/whats-new.md). +See [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md). diff --git a/microsoft-edge/web-platform/release-notes/index.md b/microsoft-edge/web-platform/release-notes/index.md index eba9cba06b..bf4ca48ddc 100644 --- a/microsoft-edge/web-platform/release-notes/index.md +++ b/microsoft-edge/web-platform/release-notes/index.md @@ -18,6 +18,7 @@ To stay up-to-date and get the latest web platform features, download a preview ## See also * [Site compatibility-impacting changes coming to Microsoft Edge](../site-impacting-changes.md) +* [Microsoft Edge release schedule](/deployedge/microsoft-edge-release-schedule) Microsoft Edge DevTools * [What's New in Microsoft Edge DevTools](../../devtools/whats-new/whats-new.md)