Skip to content

Commit 97e32b3

Browse files
authored
Merge branch 'main' into luau-not-lua
2 parents 56af5b8 + 1bf2057 commit 97e32b3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

content/en-us/cloud/legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Lists legacy REST APIs for Open Cloud.
55

66
This section contains documentation for Roblox's legacy REST APIs.
77

8-
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. These endpoints have the same stability guarantees as the Open Cloud v2 and v1 APIs. See the tables below for the list of available operations and authentication types.
8+
- Roblox offers API key and/or OAuth 2.0 support **for the select legacy API endpoints listed on this page**. All endpoints on this page use the same stability guarantees as the Open Cloud v2 and v1 APIs and are currently **Beta**. Beta endpoints are ready for public use. Breaking changes are possible but rare. See the tables below for the list of available operations and authentication types.
99

1010
- All other legacy API endpoints use cookie-based authentication. We do not recommend depending on these APIs, as they can incorporate breaking changes without notice and rely on sharing cookies with application code.
1111

content/en-us/performance-optimization/improve.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ per frame on both the server and the client.
190190

191191
Alternatively, you can apply the `CollisionFidelity = Precise` filter to the [Explorer](../studio/explorer.md#property-filters) which shows a count of all mesh parts with the precise fidelity and allows you to easily select them.
192192

193-
- For an in-depth walkthrough on how to choose a collision fidelity option that balances your precision and performance requirements, see [Set Physics and Rendering Parameters](../tutorials/environmental-art/assemble-an-asset-library.md#collisionfidelity).
193+
- For an in-depth walkthrough on how to choose a collision fidelity option that balances your precision and performance requirements, see [Set Physics and Rendering Parameters](../tutorials/curriculums/environmental-art/assemble-an-asset-library.md#collisionfidelity).
194194

195195
### MicroProfiler scopes
196196

@@ -362,7 +362,7 @@ same `MeshId` are handled in a single draw call when:
362362
near each other forces the engine to render the overlapping pixels multiple
363363
times, which can hurt performance. For more information on identifying and
364364
fixing this issue, see
365-
[Delete Layered Transparencies](../tutorials/environmental-art/optimize-your-experience.md#delete-layered-transparencies).
365+
[Delete Layered Transparencies](../tutorials/curriculums/environmental-art/optimize-your-experience.md#delete-layered-transparencies).
366366

367367
### Mitigation
368368

content/en-us/projects/activity-history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Place removed from experience | | ✓
4545
**Allow place to be copied as a template using Create Place API** changed | ✓ | ✓
4646
**Allow place to be updated using Save Place API** changed | ✓ | ✓
4747

48+
### Place edits
49+
50+
Event | Shown in Studio | Shown in Creator Hub
51+
:--- | :---: | :---:
52+
Script draft committed | ✓ |
53+
4854
### Experience configuration
4955

5056
Event | Shown in Studio | Shown in Creator Hub

0 commit comments

Comments
 (0)