diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-11 11:59:15 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-11 11:59:15 +0000 |
| commit | 7b5b3eb3afa35ff0a57e963e57d7f1f7b1c6e837 (patch) | |
| tree | b0799c59c6db5a6e50dcd264749117c54d8a6b31 | |
| parent | 45246bc04daee213dbfa47a576d631a8a9b037f6 (diff) | |
update NEWS for frozen nil/true/false.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ with all sufficient information, see the ChangeLog file. === Language changes +* nil/true/false + * nil/true/false objects are frozen. [Feature #8923] + === Core classes updates (outstanding ones only) * Binding |
