aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/2_3_release_notes.textile
diff options
context:
space:
mode:
authorRick Moynihan <rick@calicojack.co.uk>2009-04-07 16:10:30 +0100
committerRick Moynihan <rick@calicojack.co.uk>2009-04-07 16:10:30 +0100
commit858dbeb4fde52494976e4aa55fb127181a078cd7 (patch)
tree7c972d31cfa58e9a28014f4bc18aa50e0651b706 /railties/guides/source/2_3_release_notes.textile
parent1c583d07afb2c3266c949975e6db080958273ead (diff)
downloadrails-858dbeb4fde52494976e4aa55fb127181a078cd7.tar.gz
rails-858dbeb4fde52494976e4aa55fb127181a078cd7.tar.bz2
rails-858dbeb4fde52494976e4aa55fb127181a078cd7.zip
Changes to indicate release notes refer to most recent point releases,
not the initial release. It would be good to make this more explicit still. The motivation for the change was that ActiveRecords find_in_batches is documented to have been released in rails 2.3, but was actually only released in 2.3.2.
Diffstat (limited to 'railties/guides/source/2_3_release_notes.textile')
-rw-r--r--railties/guides/source/2_3_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile
index 6a97fd2cd1..c11634cd10 100644
--- a/railties/guides/source/2_3_release_notes.textile
+++ b/railties/guides/source/2_3_release_notes.textile
@@ -1,6 +1,6 @@
-h2. Ruby on Rails 2.3 Release Notes
+h2. Ruby on Rails 2.3.x Release Notes
-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.
+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 and refers to the most recent point release of 2.3, 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.