Skip to content

Commit 90c4799

Browse files
authored
docs: fixups to 0.22 migration guide (#4332)
1 parent 3c65132 commit 90c4799

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

guide/src/migration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ For a detailed list of all changes, see the [CHANGELOG](changelog.md).
55

66
## from 0.21.* to 0.22
77

8+
### Deprecation of `gil-refs` feature continues
9+
<details open>
10+
<summary><small>Click to expand</small></summary>
11+
12+
Following the introduction of the "Bound" API in PyO3 0.21 and the planned removal of the "GIL Refs" API, all functionality related to GIL Refs is now gated behind the `gil-refs` feature and emits a deprecation warning on use.
13+
14+
See <a href="#from-021-to-022">the 0.21 migration entry</a> for help upgrading.
15+
</details>
16+
817
### Deprecation of implicit default for trailing optional arguments
918
<details open>
1019
<summary><small>Click to expand</small></summary>
@@ -528,6 +537,7 @@ assert_eq!(&*name, "list");
528537
# }
529538
# Python::with_gil(example).unwrap();
530539
```
540+
</details>
531541

532542
## from 0.19.* to 0.20
533543

0 commit comments

Comments
 (0)