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
commit52625725ad8ecfdd9cc2d0a03e532ec60cd06143 (patch)
treefca49dbcefa3dfb291a9f419243f57ff5adaecaf /ChangeLog
parentc5b1922dad1a378153cc7b6daea28d3068dce4ac (diff)
downloadruby-52625725ad8ecfdd9cc2d0a03e532ec60cd06143.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.