summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authortadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 15:31:05 +0000
committertadd <tadd@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-18 15:31:05 +0000
commit8d7c380216809ba5bd4a3eec41d7dda61f825ffa (patch)
tree2aa6342bef90965e730b792b47837dc6d0175c85 /NEWS
parentc151aa88a97d5f3a95c77e7de5db87b7acec16bb (diff)
* NEWS: Added entry for optimized Rational. [Feature #12484] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c31ab2dac6..8d09fd71e1 100644
--- a/NEWS
+++ b/NEWS
@@ -332,6 +332,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* st_table (st.c) internal data structure is improved. [Feature #12142]
+* Rational is extensively optimized. [Feature #12484]
+
=== Miscellaneous changes
* ChangeLog is removed from the repository.