diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-11 02:57:19 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-11 02:57:19 +0000 |
commit | bc290c083c6a8d8ec1b30de423c751f451f51d6f (patch) | |
tree | c1e45c4018e24fd52842f0a9aa5199f0ee3e573a /actionpack/CHANGELOG | |
parent | b611c685d92038b199149e8eec900c3058523ab7 (diff) | |
download | rails-bc290c083c6a8d8ec1b30de423c751f451f51d6f.tar.gz rails-bc290c083c6a8d8ec1b30de423c751f451f51d6f.tar.bz2 rails-bc290c083c6a8d8ec1b30de423c751f451f51d6f.zip |
Moved ActionController::Macros::AutoComplete into the auto_complete plugin on the official Rails svn #9512 [lifofifo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7450 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 551cc753d9..d2d0212cbd 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -2,6 +2,8 @@ * Fixed that resource namespaces wouldn't stick to all nested resources #9399 [pixeltrix] +* Moved ActionController::Macros::AutoComplete into the auto_complete plugin on the official Rails svn #9512 [lifofifo] + * Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugin on the official Rails svn #9513 [lifofifo] * Removed deprecated form of calling xml_http_request/xhr without the first argument being the http verb [DHH] |