Skip to content

Commit 250cf74

Browse files
clavinerickzhao
andauthored
Apply suggestions from code review
Co-authored-by: Erick Zhao <[email protected]>
1 parent fc162b9 commit 250cf74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/electron-30-0.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have any feedback, please share it with us on [Twitter](https://twitter.c
2424
### Highlights
2525

2626
- ASAR Integrity fuse now supported on Windows [#40504](https://github.com/electron/electron/pull/40504)
27-
- Existing apps with ASAR Integrity enabled may not work on Windows if not configured correctly.
27+
- Existing apps with ASAR Integrity enabled may not work on Windows if not configured correctly. Apps using Electron packaging tools should upgrade to `@electron/[email protected]` or `@electron/[email protected]`.
2828
- Take a look at our [ASAR Integrity tutorial](https://www.electronjs.org/docs/latest/tutorial/asar-integrity) for more information.
2929
- Added `WebContentsView` and `BaseWindow`, deprecating & replacing `BrowserView` [#35658](https://github.com/electron/electron/pull/35658)
3030
- Added `net` module to utility process [#40017](https://github.com/electron/electron/pull/40017)
@@ -51,9 +51,9 @@ attribute in order to access them.
5151
See [documentation](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#allow) for
5252
more information.
5353

54-
#### Removed: The `--disable-color-correct-rendering` switch
54+
#### Removed: The `--disable-color-correct-rendering` command line switch
5555

56-
This switch was never formally documented but it's removal is being noted here regardless. Chromium itself now has better support for color spaces so this flag should not be needed.
56+
This switch was never formally documented but its removal is being noted here regardless. Chromium itself now has better support for color spaces so this flag should not be needed.
5757

5858
#### Behavior Changed: `BrowserView.setAutoResize` behavior on macOS
5959

0 commit comments

Comments
 (0)