diff options
author | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:01:47 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-12-05 15:01:47 +0000 |
commit | 228186d94a4f70f0e1febeb6c9899e884ec5aba1 (patch) | |
tree | 588696056b15f001db0e4b78705dfb071d6a6d00 /actionpack/CHANGELOG | |
parent | 8c2177c49d4ca49ba119948470c39aa0ab0e2951 (diff) | |
download | rails-228186d94a4f70f0e1febeb6c9899e884ec5aba1.tar.gz rails-228186d94a4f70f0e1febeb6c9899e884ec5aba1.tar.bz2 rails-228186d94a4f70f0e1febeb6c9899e884ec5aba1.zip |
Document the supported options for sortable_element. Closes #8820 [berkelep]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8287 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 84f6cb08c2..c13ac570f6 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Document the supported options for sortable_element. Closes #8820 [berkelep] + * Add examples in the documentation for various assertions. Closes #9938 [zapnap] * When a NonInferrableControllerError is raised, make the proposed fix clearer in the error message. Closes #10199 [danger] |