diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-12-02 19:21:16 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-12-04 22:56:48 -0200 |
commit | 05a011bd6bb003628c74cd37e02859d0c0f38c97 (patch) | |
tree | ca27c8cb07e79a4f69f9a62176a168e3fc1e375f | |
parent | 9d86f6ce6efbe9b8b03c0992945bc2d056e6678e (diff) | |
download | rails-05a011bd6bb003628c74cd37e02859d0c0f38c97.tar.gz rails-05a011bd6bb003628c74cd37e02859d0c0f38c97.tar.bz2 rails-05a011bd6bb003628c74cd37e02859d0c0f38c97.zip |
Update the releases notes
-rw-r--r-- | guides/source/4_1_release_notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 6cdb28ad50..99d2a8c117 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -164,6 +164,7 @@ for detailed changes. * Exposed `MiddlewareStack#unshift` to environment configuration. ([Pull Request](https://github.com/rails/rails/pull/12479)) +* Add `Application#message_verifier` method to return a message verifier. ([Pull Request](https://github.com/rails/rails/pull/12995)) Action Mailer ------------- |