aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-20 11:51:00 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-20 11:51:00 +0000
commit338a3073bdc581676ce9fb4632d119e7a585de57 (patch)
treeb1fb1d8077528e40e5decf7d8625ff877890e78b
parentce8d368b1ea4d6b97b7493074a0c041f59d5a5c1 (diff)
downloadruby-338a3073bdc581676ce9fb4632d119e7a585de57.tar.gz
* ChangeLog: insert redmine's issue number for the previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da38595b62..82d45dad09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Fri Jan 20 20:47:37 2012 Kenta Murata <mrkn@cookpad.com>
* lib/cgi/util.rb (CGI.escape): support a string with invalid byte
- sequence.
+ sequence. [Bug #5913]
* test/cgi/test_cgi_util.rb
(test_cgi_escape_with_invalid_byte_sequence): test for the above