diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-21 10:20:21 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-21 10:20:21 -0600 |
commit | 76018a16587611c64a852c4bb9662df56b5cd1f0 (patch) | |
tree | d0c873fa9eb98086ea947fad7a0fcbe1bc3a89f3 /railties/doc/guides/html | |
parent | 3e762e8a97d3dbb60e12f369d70f46e2b10e01a0 (diff) | |
download | rails-76018a16587611c64a852c4bb9662df56b5cd1f0.tar.gz rails-76018a16587611c64a852c4bb9662df56b5cd1f0.tar.bz2 rails-76018a16587611c64a852c4bb9662df56b5cd1f0.zip |
Final changes for 2.2 release notes
Diffstat (limited to 'railties/doc/guides/html')
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index 1c44c1fcd9..778144b688 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -974,7 +974,7 @@ The addition of <tt>ActiveSupport::Rescuable</tt> allows any class to mix in the </li>
<li>
<p>
-<tt>Array#second</tt> through <tt>Array#tenth</tt> as aliases for <tt>Array#[1]</tt> through <tt>Array#[9]</tt>
+<tt>Array#second</tt> through <tt>Array#fifth</tt> as aliases for <tt>Array#[1]</tt> through <tt>Array#[4]</tt>
</p>
</li>
<li>
@@ -994,7 +994,7 @@ The addition of <tt>ActiveSupport::Rescuable</tt> allows any class to mix in the </li>
<li>
<p>
-The included TzInfo library has been upgraded to version 0.3.11.
+The included TzInfo library has been upgraded to version 0.3.12.
</p>
</li>
<li>
|