aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 21:27:34 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 21:27:34 +0000
commit59aaca973b367ae8bec8b8af4e6cea794124ee79 (patch)
tree42ae54f87c75c4c7acf31dc9f7a6655bd3913a50 /ChangeLog
parente0f89c0a291f162c8092cd27cb21f1cfea66d842 (diff)
downloadruby-59aaca973b367ae8bec8b8af4e6cea794124ee79.tar.gz
test/uri/test_generic.rb (to_s): new test
Ensure URI::Generic#to_s continues to return mutable strings to prevent breakage when we enable frozen string literals in future commits. [ruby-core:71820] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52980 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 8b028a1d44..912984afb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 9 06:25:47 2015 Eric Wong <e@80x24.org>
+
+ * test/uri/test_generic.rb (to_s): new test
+ [ruby-core:71820]
+
Wed Dec 9 02:18:52 2015 Koichi Sasada <ko1@atdot.net>
* compile.c (ibf_dump_memsize): should check NULL.