diff options
author | Kent Sibilev <ksibilev@gmail.com> | 2006-12-03 20:30:34 +0000 |
---|---|---|
committer | Kent Sibilev <ksibilev@gmail.com> | 2006-12-03 20:30:34 +0000 |
commit | abe8fa73a91b72e79717673393a4f5bc5cd341f7 (patch) | |
tree | 1c7f3233c0ea1ecceb5d4634b7ab9575a263ac89 /actionwebservice/CHANGELOG | |
parent | db459370f8986f3de20c7c20fdcaf3ee811f292a (diff) | |
download | rails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.tar.gz rails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.tar.bz2 rails-abe8fa73a91b72e79717673393a4f5bc5cd341f7.zip |
Added support for decimal types. Closes #6676.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index a07042d1d5..2ed40aac48 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added support for decimal types. Closes #6676. [Kent Sibilev] + * Removed deprecated end_form_tag helper. [Kent Sibilev] * Removed deprecated @request and @response usages. [Kent Sibilev] |