Misc #9803
document of Removed C API is missing in NEWS
Description
I found that rb_check_safe_str()
is removed in ruby-2.1 and trunk.
And I found #9502 and CAPI_obsolete_definitions page, but these changes is not in NEWS and NEWS-2.1.0 as I see.
The changes should be written in NEWS, shouldn't they?
History
Updated by akr (Akira Tanaka) almost 5 years ago
- Status changed from Open to Feedback
What's the version of NEWS you are seeing?
It is described since r44963.
% svn ann NEWS|egrep '9502|rb_check_safe_str' 44963 akr * Deprecated APIs removed. [Feature #9502] 44963 akr rb_check_safe_str -> SafeStringValue
Updated by nobu (Nobuyoshi Nakada) almost 5 years ago
- Description updated (diff)
Updated by wanabe (_ wanabe) almost 5 years ago
- Status changed from Feedback to Rejected
Sorry, I mistook NEWS in ruby_2_1 for trunk...