summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-22 03:21:55 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-22 03:21:55 +0000
commit6f74ab1d977e492c99f96f665243c48180b7bccb (patch)
tree3d39e8534a7d8a05e5e78c6e4aecade39ce08bdc /NEWS
parentfaa92cde0d02c989a94c44b7062d8b8c56884ac0 (diff)
* lib/complex.rb: removed deprecated library.
* lib/rational.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a60fff2ca..08c6ddc887 100644
--- a/NEWS
+++ b/NEWS
@@ -134,6 +134,12 @@ with all sufficient information, see the ChangeLog file.
* Time.httpdate produces always UTC Time object.
* Time.strptime raises ArgumentError when no date information.
+* lib/rational.rb
+ * Removed because it is deprecated from 2009.
+
+* lib/complex.rb
+ * Removed because it is deprecated from 2009.
+
* lib/prettyprint.rb
* Removed PrettyPrint#first?