summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-13 05:32:59 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-08-13 05:32:59 +0000
commitb68534bf4eee4593362f8abdd823a09df5d1976b (patch)
tree3d4b71129dd5a77dc76791ebd049fd365c9cc28c /doc
parentb3abedee469eb2092d04fce463f3ac7bc85ab6fb (diff)
Update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 6bb8d6ad9b..fa4cac5766 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,5 +1,9 @@
Summary of the changes since 1.6.4:
+: Struct
+
+ Fixed to check frozen and taint status before modifying.
+
: String#rindex
Fixed with a bug when a regex is given. [ruby-dev:13843]