diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-10 00:53:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-10 00:53:13 +0000 |
commit | 2807ccc69a54805e3914bcc21716f9bafbebef39 (patch) | |
tree | e8f6a1863b6f59f710c7a97b04edebbba005a656 /actionpack/CHANGELOG | |
parent | ddf385a55445f22221d64c9ead43470e2c56af2e (diff) | |
download | rails-2807ccc69a54805e3914bcc21716f9bafbebef39.tar.gz rails-2807ccc69a54805e3914bcc21716f9bafbebef39.tar.bz2 rails-2807ccc69a54805e3914bcc21716f9bafbebef39.zip |
Moved ActionController::Macros::InPlaceEditing into the in_place_editor plugin on the official Rails svn (closes #9513) [lifofifo]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7442 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 dd5de62a67..99482b8090 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Removed deprecated methods [DHH]: |