mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add a news for r42974.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1e27eda2fa
commit
b23bbb12f2
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Sep 19 14:33:14 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* NEWS: add a news for r42974.
|
||||
|
||||
Thu Sep 19 14:12:02 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* include/ruby/ruby.h: make Symbol objects frozen.
|
||||
|
|
3
NEWS
3
NEWS
|
@ -97,6 +97,9 @@ with all sufficient information, see the ChangeLog file.
|
|||
invalid byte sequence even if the destination encoding equals to
|
||||
the source encoding.
|
||||
|
||||
* Symbol
|
||||
* All symbols are now frozen.
|
||||
|
||||
* pack/unpack (Array/String)
|
||||
* Q! and q! directives for long long type if platform has the type.
|
||||
|
||||
|
|
Loading…
Reference in a new issue