aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-04-01 14:04:55 -0700
committerwycats <wycats@gmail.com>2010-04-01 14:04:55 -0700
commitc1883e75b38be79cc547890b2c83619351da1c95 (patch)
tree24d68016fc2c240f60970be8b2a414fc114a2a83 /activesupport
parentd2a48852a197190ecead6650aa62c7df4c3136ee (diff)
downloadrails-c1883e75b38be79cc547890b2c83619351da1c95.tar.gz
rails-c1883e75b38be79cc547890b2c83619351da1c95.tar.bz2
rails-c1883e75b38be79cc547890b2c83619351da1c95.zip
Updated changelogs to differentiate beta1 and beta2
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 2 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 60f7c0e638..48c4af7f74 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,4 +1,4 @@
-*Rails 3.0 (pending)*
+*Rails 3.0.0 [beta 2] (pending)*
* Reduced load time by deferring configuration of classes using
ActiveSupport::on_load(:component_name) [YK]
@@ -11,8 +11,7 @@
* JSON backend for YAJL. Preferred if available. #2666 [Brian Lopez]
-
-*Rails 3.0.0 [beta] (February 4, 2010)*
+*Rails 3.0.0 [beta 1] (February 4, 2010)*
* Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute. [Jeremy Kemper, Yehuda Katz]