Skip to content

Commit d2a49c1

Browse files
committed
Add a migration guide just in case.
1 parent 43ede95 commit d2a49c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: `System::component_access` has been deleted.
3+
pull_requests: [19496]
4+
---
5+
6+
`System::component_access` has been deleted. If you were calling this method, you can simply use
7+
`my_system.component_access_set().combined_access()` to get the same result.
8+
9+
If you were manually implementing this, it should be equivalent to `System::component_access_set`
10+
anyway.

0 commit comments

Comments
 (0)