aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-26 21:26:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-26 21:26:13 +0000
commitc4f1979db5b69f85b1e51bfa9a3e119bc71a4e24 (patch)
tree9ca497d7946eeb2884ec29474198c1ad6799f2e3 /actionwebservice/CHANGELOG
parent77c8e3a0fd32e736575edce503b2e9f891193f9e (diff)
downloadrails-c4f1979db5b69f85b1e51bfa9a3e119bc71a4e24.tar.gz
rails-c4f1979db5b69f85b1e51bfa9a3e119bc71a4e24.tar.bz2
rails-c4f1979db5b69f85b1e51bfa9a3e119bc71a4e24.zip
Make ActiveWebService::Struct type reloadable. Fix scaffolding action when one of the members of a structural type has date or time type. Remove extra index hash when generating scaffold html for parameters of structural type (closes #4374) [joe@mjg2.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index d630b13e44..3ebb50958d 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* Make ActiveWebService::Struct type reloadable
+
+* Fix scaffolding action when one of the members of a structural type has date or time type
+
+* Remove extra index hash when generating scaffold html for parameters of structural type #4374 [joe@mjg2.com]
+
* Fix Scaffold Fails with Struct as a Parameter #4363 [joe@mjg2.com]
* Fix soap type registration of multidimensional arrays (#4232)