summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 03:21:12 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 03:21:12 +0000
commitc53479ae8afa9c32966a38f6b754f8e31f130b96 (patch)
tree7efa5578bbe366d792196df75fc5d8ed7b6d90c5 /ChangeLog
parentbd13788fdbe8617eb3a65e98ddb4acc2b5e4f598 (diff)
ChangeLog: r53068 entry [ci skip]
oops :x git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf12b89631..ba618ea5bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 13 12:17:43 2015 Eric Wong <e@80x24.org>
+
+ * lib/shellwords.rb (shellescape): duplicate frozen literal
+ * test/test_shellwords.rb (test_stringification): new test
+
Sun Dec 13 11:47:35 2015 Shugo Maeda <shugo@ruby-lang.org>
* object.c (rb_inspect): check the default internal encoding as