aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-03 21:29:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-03 21:29:07 +0000
commit149d1815625e2df4709415c1129fbdd413f9ca44 (patch)
treecc6c042960118f567cfa75df25c58c2581df9df0 /activesupport/CHANGELOG
parent9d00b0ce858a6f642089a477e7d39fb3f9cf6777 (diff)
downloadrails-149d1815625e2df4709415c1129fbdd413f9ca44.tar.gz
rails-149d1815625e2df4709415c1129fbdd413f9ca44.tar.bz2
rails-149d1815625e2df4709415c1129fbdd413f9ca44.zip
Thoroughly document inflections. Closes #5700.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4654 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 027c8d5351..c5b4706639 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Thoroughly document inflections. #5700 [petermichaux@gmail.com]
+
* Added Module#alias_attribute [Jamis/DHH]. Example:
class Content < ActiveRecord::Base