[DOC] doc/NEWS-2.5.0: remove trailing comma [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-01-01 00:13:54 +00:00
Родитель 447fdd4221
Коммит da0c6035ad
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -338,7 +338,6 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr#private? [Feature #11666]
* IPAddr#link_local? [Feature #10912]
* IRB
* Print backtrace and error message in reverse order [Feature #8661] [experimental]
@ -356,7 +355,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Net::HTTP
* Net::HTTP.new supports no_proxy parameter [Feature #11195]
* Net::HTTP#{min_version,max_version}, [Feature #9450]
* Net::HTTP#{min_version,max_version} [Feature #9450]
* Add more HTTP status classes
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
* Net::HTTP#{proxy_user,proxy_pass} reflect http_proxy environment variable