NEWS: Removed C APIs

This commit is contained in:
Nobuyoshi Nakada 2021-12-31 23:59:04 +09:00
parent a493732c8e
commit 60e9aa5733
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@ Note: Excluding feature bug fixes.
## C API updates
### Removed C APIs
The following deprecated APIs are removed.
* `rb_cData` variable.
* "taintedness" and "trustedness" functions.
## Implementation improvements
## JIT