aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-28 13:01:28 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-28 13:01:28 +0000
commit26269cbd5d7827ecfba3df54e167a11076d6c59f (patch)
treeea10b91e7360f5bcbf86651dd4cfc0ba12e8b5e5 /ChangeLog
parent7844ea1c64a008983f03d76d96ea6c061cbf7cb6 (diff)
downloadruby-26269cbd5d7827ecfba3df54e167a11076d6c59f.tar.gz
* test/ruby/test_marshal.rb: added tests for taintness/untrustness
propagation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26189 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 5598c3b186..924007ab4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 28 22:00:10 2009 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * test/ruby/test_marshal.rb: added tests for taintness/untrustness
+ propagation.
+
Mon Dec 28 18:13:26 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* sample/occur2.rb: reimplemented in modern style. [ruby-dev:39927].