summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1f7e66758..d7e13216a5 100644
--- a/NEWS
+++ b/NEWS
@@ -107,3 +107,8 @@ with all sufficient information, see the ChangeLog file.
Ruby's heaps.
* rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.
+
+* `rb_str_substr()` and `rb_str_subseq()` now share middle of a string,
+ but not only the end of a string. Therefore, result strings may not
+ be NULL-terminated, `StringValueCStr()` is needed calling to obtain a
+ NULL-terminated C string.