aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-07 06:19:10 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-07 06:19:10 +0000
commit38a0b5b427371b53c0d0f159cf5b3806f16aab30 (patch)
tree62b1d9f8e835ad52633eeee2a1e498277eaa3e9a /activesupport/CHANGELOG
parent808d76a858712bab53f8fecb01694347ce6c1974 (diff)
downloadrails-38a0b5b427371b53c0d0f159cf5b3806f16aab30.tar.gz
rails-38a0b5b427371b53c0d0f159cf5b3806f16aab30.tar.bz2
rails-38a0b5b427371b53c0d0f159cf5b3806f16aab30.zip
Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1101 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 792388d2b6..a2528696f4 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.net]
+
* Added Fixnum#even? and Fixnum#odd?
* Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 [Nicholas Seckar]