diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2015-12-24 04:41:39 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2015-12-24 04:51:53 +0900 |
commit | ec174408e469d0b83c9c61a80d20fb36614e4ca0 (patch) | |
tree | 864ae89d9c328b0ee7b82c1ea27089d046fa5f51 | |
parent | d6fe65a36d3b8f9943e38d70e7eba3e8ac28aed4 (diff) | |
download | rails-ec174408e469d0b83c9c61a80d20fb36614e4ca0.tar.gz rails-ec174408e469d0b83c9c61a80d20fb36614e4ca0.tar.bz2 rails-ec174408e469d0b83c9c61a80d20fb36614e4ca0.zip |
release notes, use past tense. [ci skip]
-rw-r--r-- | guides/source/5_0_release_notes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index a699bcf684..8c2e43d0f8 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -284,7 +284,7 @@ Please refer to the [Changelog][action-view] for detailed changes. directive inside templates. ([Pull Request](https://github.com/rails/rails/pull/20781)) -* Add wildcard matching to explicit dependencies. +* Added wildcard matching to explicit dependencies. ([Pull Request](https://github.com/rails/rails/pull/20904)) * Make `disable_with` the default behavior for submit tags. Disables the @@ -375,7 +375,7 @@ Please refer to the [Changelog][active-record] for detailed changes. * Removed support for the legacy `mysql` database adapter from core. It will live on in a separate gem for now, but most users should just use `mysql2`. -* Remove support for the `protected_attributes` gem. +* Removed support for the `protected_attributes` gem. ([commit](https://github.com/rails/rails/commit/f4fbc0301021f13ae05c8e941c8efc4ae351fdf9)) ### Deprecations |