aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 22:43:13 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-06-03 22:43:13 +0000
commite72ff355c35879ffaf262f4bd91ce7612f028a8e (patch)
tree6ad1f9f497c79297c3ac107cef56b5f11ef728fd /activesupport/CHANGELOG
parentb85c5356c905add4ba2f3d68e9a67ab5e3b247d2 (diff)
downloadrails-e72ff355c35879ffaf262f4bd91ce7612f028a8e.tar.gz
rails-e72ff355c35879ffaf262f4bd91ce7612f028a8e.tar.bz2
rails-e72ff355c35879ffaf262f4bd91ce7612f028a8e.zip
Fixed that Module#alias_method_chain should work with both foo? foo! and foo at the same time (closes #4954) [anna@wota.jp]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4429 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 a9fd1a902e..79201b2300 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that Module#alias_method_chain should work with both foo? foo! and foo at the same time #4954 [anna@wota.jp]
+
* to_xml fixes, features, and speedup: introduce :dasherize option that converts updated_at to updated-at if true (the existing default); binary columns get encoding="base64" attribute; nil values get nil="true" attribute to distinguish empty values; add type information for float columns; allow arbitrarily deep :include; include SQL type information as the type attribute. #4989 [Blair Zajac <blair@orcaware.com>]
* Add OrderedHash#values. [Sam Stephenson]