aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-04-30 20:36:37 +0000
committerRick Olson <technoweenie@gmail.com>2006-04-30 20:36:37 +0000
commit325cb1269cb2aa8e1abe7bc103db3cb47ae5eaf6 (patch)
tree7b623489e92e99c3beae1f1624484a4aaf42e6cc /railties/CHANGELOG
parent59bd6586c8e7e290187978f3868d435ee267006c (diff)
downloadrails-325cb1269cb2aa8e1abe7bc103db3cb47ae5eaf6.tar.gz
rails-325cb1269cb2aa8e1abe7bc103db3cb47ae5eaf6.tar.bz2
rails-325cb1269cb2aa8e1abe7bc103db3cb47ae5eaf6.zip
Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4318 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 75f4f15e06..0d1d84a61b 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Namespaced OrderedHash so the Rails implementation does not clash with any others. (fixes #4911) [Julian Tarkhanov]
+
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]
* Added script/process/inspector to do simple process status information on Rails dispatchers keeping pid files in tmp/pids [DHH]