diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c9ab508ff4..8d55653916 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Resource member routes require :id, eliminating the ambiguous overlap with collection routes. #7229 [dkubb] + * Remove deprecated assertions. [Jeremy Kemper] * Change session restoration to allow namespaced models to be autoloaded. Closes #6348. [Nicholas Seckar] |