* NEWS: added compatibility entry of r49101.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2015-01-03 00:01:49 +00:00
Родитель 69b64e00d2
Коммит 4690241f01
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -1,3 +1,7 @@
Sat Jan 3 09:01:43 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* NEWS: added compatibility entry of r49101.
Fri Jan 2 21:06:59 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* lib/net/http.rb (Net::HTTP#send_request): there is no response body

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

@ -21,6 +21,9 @@ with all sufficient information, see the ChangeLog file.
=== Stdlib compatibility issues (excluding feature bug fixes)
* lib/webrick/utils.rb
* removed unused argument. https://github.com/ruby/ruby/pull/356
=== Built-in global variables compatibility issues
=== C API updates