summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index acf414caa2..f1f7e66758 100644
--- a/NEWS
+++ b/NEWS
@@ -105,3 +105,5 @@ with all sufficient information, see the ChangeLog file.
* struct RSymbol added. This represents a dynamic symbol as object in
Ruby's heaps.
+
+* rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.