Fixed documentation and prepared for release of 0.12

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-04-18 20:10:11 +00:00
parent f46486d37e
commit 7d01005514
20 changed files with 95 additions and 94 deletions

View File

@@ -1,4 +1,4 @@
*SVN*
*1.0.4* (19th April, 2005)
* Fixed that in some circumstances controllers outside of modules may have hidden ones inside modules. For example, admin/content might have been hidden by /content. #1075 [Nicholas Seckar]