summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-30 04:01:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-30 04:01:58 +0000
commitf989f7c7ea89bb0b4a120666f5e85c0a81c9b44c (patch)
tree4103aa778fddb2ac2c431b1c555fe51be7b7fa0c /ChangeLog
parent4dcc883d06cdc0f933fe83f307c7c6a5c1e41d05 (diff)
* string.c (rb_str_ellipsize): new function to ellipsize a string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b756b13648..0d0d23405e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Sun Jan 30 12:56:13 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Jan 30 13:01:54 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (rb_str_ellipsize): new function to ellipsize a string.
* include/ruby/encoding.h (rb_enc_step_back): new function to step
back n characters.