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

* 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
This commit is contained in:
tadd 2016-11-18 15:31:05 +00:00
parent c151aa88a9
commit 8d7c380216

2
NEWS
View file

@ -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.