diff options
| author | Xavier Noria <fxn@hashref.com> | 2012-09-24 11:54:36 +0200 |
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2012-09-24 11:54:36 +0200 |
| commit | 780ecb2bc1cd756d8814c0f7fd27f263e6282447 (patch) | |
| tree | f694ec3ac45c6dd73497a8d1a8c885af67772ad6 | |
| parent | 8a5eb2ef1df449c92b7bd9bc7d112292bf927326 (diff) | |
| download | rails-780ecb2bc1cd756d8814c0f7fd27f263e6282447.tar.gz rails-780ecb2bc1cd756d8814c0f7fd27f263e6282447.tar.bz2 rails-780ecb2bc1cd756d8814c0f7fd27f263e6282447.zip | |
adds the release notes for Rails 4.0 to the guides index
This is still an early draft, but let's add it to the index
to have it ready.
| -rw-r--r-- | guides/source/documents.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 2acdcca39c..0b22423798 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -146,6 +146,10 @@ work_in_progress: true description: This guide helps in upgrading applications to latest Ruby on Rails versions. - + name: Ruby on Rails 4.0 Release Notes + url: 4_0_release_notes.html + description: Release notes for Rails 4.0. + - name: Ruby on Rails 3.2 Release Notes url: 3_2_release_notes.html description: Release notes for Rails 3.2. |
