Skip to content

Commit 1f066c9

Browse files
committed
Update release notes
In the release notes, one change was accidentally in PR BoboTiG#535 instead, and one change was omitted entirely. Fix.
1 parent 7041974 commit 1f066c9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/source/release-history/v11.0.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ writing, but should be by the time we release 11.0!)
1515

1616
#### ScreenShot attributes
1717

18-
The {py:attr}`mss.ScreenShot.raw` attribute has been removed. Use the {py:attr}`mss.ScreenShot.bgra` property instead.
18+
The {py:attr}`mss.ScreenShot.raw` attribute has been deprecated, and will soon be removed. Use the
19+
{py:attr}`mss.ScreenShot.bgra` property instead.
1920

20-
The {py:attr}`mss.ScreenShot.bgra` and {py:attr}`mss.ScreenShot.rgb` properties now will return read-only bytes-like
21+
The {py:attr}`mss.ScreenShot.bgra` and {py:attr}`mss.ScreenShot.rgb` properties now will return bytes-like
2122
{py:type}`memoryview` objects, not necessarily {py:type}`bytes` or {py:type}`bytearray` objects. For practical use
22-
cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory copies.
23+
cases, this should not be noticible. This change was allows faster access to screenshot data, with fewer memory
24+
copies.
2325

2426
### Python 3.9 EOL
2527

0 commit comments

Comments
 (0)