aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-02 15:37:58 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-02 15:37:58 +0000
commitac58ba60f6cfc272992129ce28808e37391b95d7 (patch)
treeee02642e1366a1ca168fb6de8f42c67c13be865f /activesupport/CHANGELOG
parent4f754985d0d39a9e7831e45809b030b2b3c62d09 (diff)
downloadrails-ac58ba60f6cfc272992129ce28808e37391b95d7.tar.gz
rails-ac58ba60f6cfc272992129ce28808e37391b95d7.tar.bz2
rails-ac58ba60f6cfc272992129ce28808e37391b95d7.zip
Changed 0.blank? to false rather than true since it violates everyone's expectation of blankness. Closes #2518, Closes #2705.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2849 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 523de67741..be4ed83c54 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Changed 0.blank? to false rather than true since it violates everyone's expectation of blankness. #2518, #2705 [rails@jeffcole.net]
+
* When loading classes using const_missing, raise a NameError if and only if the file we tried to load was not present. [Nicholas Seckar]
* Added petabytes and exebytes to numeric extensions #2397 [timct@mac.com]