mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: Add note about removal of CSV::load and CSV::dump from r39077
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4ce8ede203
commit
a77af99a66
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 6 12:49:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* NEWS: Add note about removal of CSV::load and CSV::dump from r39077
|
||||
|
||||
Wed Feb 6 05:57:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/racc/parser.rb: Hide copyright notice from Racc doc
|
||||
|
|
4
NEWS
4
NEWS
|
@ -210,6 +210,10 @@ with all sufficient information, see the ChangeLog file.
|
|||
* When HTML5 tagmaker called, overwrite CGI#header,
|
||||
CGI#header function is to create a <header> element.
|
||||
|
||||
* CSV
|
||||
* Removed CSV::dump and CSV::load to protect users from dangerous
|
||||
serialization vulnerability
|
||||
|
||||
* iconv
|
||||
* Iconv has been removed. Use String#encode instead.
|
||||
|
||||
|
|
Loading…
Reference in a new issue