aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-26 12:45:38 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-03-26 12:45:38 -0500
commit9ed0cf51b467907810ef3959c8e9cdf77370370e (patch)
tree69349678ee1ff7e0589125470fe7be6b4ea62658 /guides
parentdcda6e32b4496f11bf6e43fddc5772376ac0f9b2 (diff)
parentc7ab4fc4e2844294f26b07ec5e69fee2708b0f8a (diff)
downloadrails-9ed0cf51b467907810ef3959c8e9cdf77370370e.tar.gz
rails-9ed0cf51b467907810ef3959c8e9cdf77370370e.tar.bz2
rails-9ed0cf51b467907810ef3959c8e9cdf77370370e.zip
Merge pull request #14487 from JuanitoFatas/patch/fix-release-note-url
[ci skip] Fix Pull Request URL in 4.1 release note.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md
index f3b93991fc..822943d81e 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -711,7 +711,7 @@ for detailed changes.
* Default the new `I18n.enforce_available_locales` config to `true`, meaning
`I18n` will make sure that all locales passed to it must be declared in the
`available_locales`
- list. ([Pull Request](https://github.com/rails/rails/commit/8e21ae37ad9fef6b7393a84f9b5f2e18a831e49a))
+ list. ([Pull Request](https://github.com/rails/rails/pull/13341))
* Introduce `Module#concerning`: a natural, low-ceremony way to separate
responsibilities within a