Skip to content

Commit

Permalink
* NEWS: Add a note for String#intern.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@11968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Mar 3, 2007
1 parent e082d70 commit 72274ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat Mar 3 18:56:40 2007 Akinori MUSHA <knu@iDaemons.org>

* NEWS: Add a note for String#intern.

Sat Mar 3 18:36:35 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>

* eval.c (rb_provided): return true only for features loaded from
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ with all sufficient information, see the ChangeLog file.
# After
"Wed, Mar 03 2007 12:34:56 +0900"

* String#intern now raises SecurityError when $SAFE level is greater
than zero.

* fileutils

* A minor implementation change breaks Rake <=0.7.1.
Expand Down

0 comments on commit 72274ec

Please sign in to comment.