diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-13 00:39:05 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-13 00:41:12 +0530 |
commit | 57c194568788ea2246b5e262ca3ad5baeaada96d (patch) | |
tree | 7fc1e97baf2e0ccb061d3e17206abeb7dcb8e1ee /railties | |
parent | fdc29e7e9d82dd4cc7fa5611356ccb560123a648 (diff) | |
download | rails-57c194568788ea2246b5e262ca3ad5baeaada96d.tar.gz rails-57c194568788ea2246b5e262ca3ad5baeaada96d.tar.bz2 rails-57c194568788ea2246b5e262ca3ad5baeaada96d.zip |
add 3.2 release notes to the guides index
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/documents.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/documents.yaml b/railties/guides/source/documents.yaml index 58713a08a8..6a47959c3d 100644 --- a/railties/guides/source/documents.yaml +++ b/railties/guides/source/documents.yaml @@ -136,6 +136,10 @@ name: Release Notes documents: - + name: Ruby on Rails 3.2 Release Notes + url: 3_2_release_notes.html + description: Release notes for Rails 3.2. + - name: Ruby on Rails 3.1 Release Notes url: 3_1_release_notes.html description: Release notes for Rails 3.1. |