Update migrate.md

This commit is contained in:
BLUELOVETH 2024-06-19 15:47:41 +08:00 committed by GitHub
parent 475be8ce80
commit a08c5af6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,8 @@ This document describes the API changes from v1.x to v2.0.
| --- | --- | --- |
| legacy C++ API (v1.x only) | ✅ | ❌ |
| legacy C API (v1.x only) | ✅ | ❌ |
| C11 API (v2.0 only) | ❌ | ✅ |
| pybind11 API (both) | ✅ | ✅ |
| C11 API (v2.0 only) | ❌ | ✅ (work-in-progress) |
| pybind11 API (both) | ✅ | ✅ (work-in-progress) |
## Suggestions