1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: Mention new constants.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2008-06-07 19:33:29 +00:00
parent 6b4c2401aa
commit 6e9acb4464
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Jun 8 04:32:33 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: Mention new constants.
Sun Jun 8 01:15:11 2008 Tanaka Akira <akr@fsij.org>
* hash.c (hash_i): make Hash#hash order insensitive.

13
NEWS
View file

@ -49,6 +49,13 @@ with all sufficient information, see the ChangeLog file.
You can change the directory locations using configure options such
as `--with-sitedir=DIR' and `--with-vendordir=DIR'.
=== Global constants
* new constants
* RUBY_COPYRIGHT
* RUBY_DESCRIPTION
=== Library updates (outstanding ones only)
* new library
@ -534,6 +541,12 @@ with all sufficient information, see the ChangeLog file.
* autoconf 2.6x
=== Global constants
* RUBY_PATCHLEVEL
New constant since 1.8.5-p1.
=== Library updates (outstanding ones only)
* builtin classes