aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
commitac8ebc19be69c907798e5146471aa0234396eb46 (patch)
tree61c77e4ffa50db3c0188bd339bee47306a3c5aae /railties/CHANGELOG
parentc328f64e37dac9bdec742bb82ffde14b84fe5e74 (diff)
downloadrails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.gz
rails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.bz2
rails-ac8ebc19be69c907798e5146471aa0234396eb46.zip
Prepared for 0.9.5 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@515 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index dd3c7381c1..f3e4c6c604 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*0.9.5* (January 25th, 2005)
* Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it.
@@ -16,6 +16,8 @@
* Fixed that FCGI can also display SyntaxErrors
+* Upgraded to Active Record 1.6.0, Action Pack 1.4.0
+
*0.9.4.1* (January 18th, 2005)