mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Update CHANGELOGs for 3.2.13 release.
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.12 (Feb 11, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
## unreleased ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* Determine the controller#action from only the matched path when using the
|
||||
shorthand syntax. Previously the complete path was used, which led
|
||||
to problems with nesting (scopes and namespaces).
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
## unreleased ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* Specify type of singular association during serialization *Steve Klabnik*
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
## unreleased ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values
|
||||
compared to string columns.' This caused several regressions.
|
||||
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
## Rails 3.2.12 (Feb 11, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
## unreleased ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
|
||||
* Fix DateTime comparison with DateTime::Infinity object.
|
||||
|
||||
*Dan Kubb*
|
||||
|
||||
@@ -3,6 +3,11 @@
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.13 (Feb 17, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
|
||||
## Rails 3.2.12 (Feb 11, 2013) ##
|
||||
|
||||
* No changes.
|
||||
|
||||
Reference in New Issue
Block a user