1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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