aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-28 01:26:21 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-28 01:26:21 +0000
commite303695ebd9b45a318b0914adea14e50e81b7bb2 (patch)
treefca49dbcefa3dfb291a9f419243f57ff5adaecaf /ChangeLog
parent88a5f9372dc386ea15fde3a3d7df0ffa4f98be8f (diff)
downloadruby-e303695ebd9b45a318b0914adea14e50e81b7bb2.tar.gz
* lib/cgi/util.rb: added to missing quote.
[fix GH-1363][ci skip] Patch by @dwaller git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55185 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 4744ce6e26..3e6ac77635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 28 10:26:18 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * lib/cgi/util.rb: added to missing quote.
+ [fix GH-1363][ci skip] Patch by @dwaller
+
Fri May 27 17:38:49 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* variable.c (rb_local_constants_i): exclude hidden constants.