mirror of
https://github.com/github/rails.git
synced 2026-01-09 22:58:09 -05:00
Update changelogs with release date [ci skip]
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
## Rails 3.2.11 (unreleased) ##
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
@@ -93,14 +93,16 @@
|
||||
*Daniel Fox, Grant Hutchins & Trace Wax*
|
||||
|
||||
|
||||
## Rails 3.2.11 ##
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
|
||||
|
||||
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.9 (Nov 12, 2012) ##
|
||||
|
||||
* Clear url helpers when reloading routes.
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
## Rails 3.2.11 (unreleased) ##
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
* Specify type of singular association during serialization *Steve Klabnik*
|
||||
|
||||
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Rails 3.2.12 (unreleased)
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
* Fix undefined method `to_i` when calling `new` on a scope that uses an
|
||||
Array; Fix FloatDomainError when setting integer column to NaN.
|
||||
@@ -179,10 +179,11 @@
|
||||
|
||||
*Gabriel Sobrinho, Ricardo Henrique*
|
||||
|
||||
## Rails 3.2.11 ##
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
* CVE-2012-5664 options hashes should only be extracted if there are extra
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
## Rails 3.2.11 ##
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Rails 3.2.12 (unreleased)
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
|
||||
The encoding scheme was broken for unicode characters outside the basic
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
*Jeremy Kemper*
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
## Rails 3.2.11 (unreleased) ##
|
||||
## Rails 3.2.12 (unreleased) ##
|
||||
|
||||
|
||||
## Rails 3.2.11 (Jan 8, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.10 (Jan 2, 2013) ##
|
||||
@@ -27,6 +32,7 @@
|
||||
|
||||
* Update supported ruby versions error message in ruby_version_check.rb *Lihan Li*
|
||||
|
||||
|
||||
## Rails 3.2.8 (Aug 9, 2012) ##
|
||||
|
||||
* ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax instead of `:confirm`.
|
||||
|
||||
Reference in New Issue
Block a user