aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-02-25 11:45:24 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2009-02-25 11:46:03 -0600
commit9fda6c51402c13530cf9fffe7bc69db2e3488cb1 (patch)
tree4bea20acc283a523c8b85c88623b8e8dc3b51722 /railties
parentf0d44ec898f0e6c4331e7ecca85a50f9ab13dee9 (diff)
downloadrails-9fda6c51402c13530cf9fffe7bc69db2e3488cb1.tar.gz
rails-9fda6c51402c13530cf9fffe7bc69db2e3488cb1.tar.bz2
rails-9fda6c51402c13530cf9fffe7bc69db2e3488cb1.zip
Added RC2 note to Release Notes for 2.3.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/2_3_release_notes.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile
index 4adee6be35..07af76dda8 100644
--- a/railties/guides/source/2_3_release_notes.textile
+++ b/railties/guides/source/2_3_release_notes.textile
@@ -1,5 +1,7 @@
h2. Ruby on Rails 2.3 Release Notes
+NOTE: These release notes refer to RC2 of Rails 2.3. This is a release candidate, and not the final version of Rails 2.3. It's intended to be a stable testing release, and we urge you to test your own applications and report any issues to the "Rails Lighthouse":http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview.
+
Rails 2.3 delivers a variety of new and improved features, including pervasive Rack integration, refreshed support for Rails Engines, nested transactions for Active Record, dynamic and default scopes, unified rendering, more efficient routing, application templates, and quiet backtraces. This list covers the major upgrades, but doesn't include every little bug fix and change. If you want to see everything, check out the "list of commits":http://github.com/rails/rails/commits/master in the main Rails repository on GitHub or review the +CHANGELOG+ files for the individual Rails components.
endprologue.