aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Breedt <bitserf@gmail.com>2005-04-27 19:43:28 +0000
committerLeon Breedt <bitserf@gmail.com>2005-04-27 19:43:28 +0000
commit74c9fd2ba50964cd44b9ff34a63bdecdfbd1ab62 (patch)
tree23454e5980596a41ac4866ca1e26bf07d71aff64
parent61cafca6eaca50c3dc5a46edd1becf0b35e78b54 (diff)
downloadrails-74c9fd2ba50964cd44b9ff34a63bdecdfbd1ab62.tar.gz
rails-74c9fd2ba50964cd44b9ff34a63bdecdfbd1ab62.tar.bz2
rails-74c9fd2ba50964cd44b9ff34a63bdecdfbd1ab62.zip
add entry for nil casting change
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1243 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--actionwebservice/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index c455bbff4c..f4f21c57c4 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Fix that casting change in 0.7.0 would convert nil values to the default value for the type instead of leaving it as nil
+
+
*0.7.1* (20th April, 2005)
* Depend on Active Record 1.10.1 and Action Pack 1.8.1