1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix Pull Request URL in 4.1 release note.

This commit is contained in:
Juanito Fatas 2014-03-27 01:39:58 +08:00
parent dcda6e32b4
commit c7ab4fc4e2

View file

@ -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