summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-07 19:33:29 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-07 19:33:29 +0000
commit6e9acb4464ad36029ecefb0c5367f08342c91950 (patch)
tree8e6b123c39a3d788b70580c5130fee3adaa139dc
parent6b4c2401aa5386fe138e8d796c22769cabb999b0 (diff)
* NEWS: Mention new constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS13
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e6d239605..e56bea18e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index d15a9948b4..492f02339c 100644
--- a/NEWS
+++ b/NEWS
@@ -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