Skip to content

Commit

Permalink
docs: fixups to 0.22 migration guide (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jul 10, 2024
1 parent 3c65132 commit 90c4799
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guide/src/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ For a detailed list of all changes, see the [CHANGELOG](changelog.md).

## from 0.21.* to 0.22

### Deprecation of `gil-refs` feature continues
<details open>
<summary><small>Click to expand</small></summary>

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.

See <a href="#from-021-to-022">the 0.21 migration entry</a> for help upgrading.
</details>

### Deprecation of implicit default for trailing optional arguments
<details open>
<summary><small>Click to expand</small></summary>
Expand Down Expand Up @@ -528,6 +537,7 @@ assert_eq!(&*name, "list");
# }
# Python::with_gil(example).unwrap();
```
</details>

## from 0.19.* to 0.20

Expand Down

0 comments on commit 90c4799

Please sign in to comment.