From: akr@... Date: 2014-05-05T15:35:53+00:00 Subject: [ruby-core:62389] [ruby-trunk - misc #9803] [Feedback] document of Removed C API is missing in NEWS Issue #9803 has been updated by Akira Tanaka. 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 ``` ---------------------------------------- misc #9803: document of Removed C API is missing in NEWS https://bugs.ruby-lang.org/issues/9803#change-46546 * Author: _ wanabe * Status: Feedback * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: ---------------------------------------- I found that rb_check_safe_str() is removed in ruby-2.1 and trunk. And I found #9502 and [CAPI\_obsolete\_definitions](https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/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? -- https://bugs.ruby-lang.org/