We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63483d commit be333d4Copy full SHA for be333d4
rlbot/version.py
@@ -15,6 +15,10 @@ def _get_color(color: int) -> str:
15
)
16
17
RELEASE_NOTES = {
18
+ "5.0.0-beta.13": """
19
+ - Account for partial reads in `SocketRelay`
20
+ - Fix managers not ensuring they have received all prerequisite data before initializing
21
+ """,
22
"5.0.0-beta.12": """
23
- Improved documentation of managers, renderer, and more.
24
- Renamed various fields, functions, and methods (minor breaking change).
0 commit comments