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

Fix link in Rails 5.0 Release Note [ci skip]

This commit is contained in:
Yohei YASUKAWA 2016-08-17 12:43:52 +09:00
parent f4b32cdc6c
commit d4aec26030
No known key found for this signature in database
GPG key ID: CA895E417FCFE5BC

View file

@ -1002,7 +1002,7 @@ Please refer to the [Changelog][active-support] for detailed changes.
* Added `#prev_day` and `#next_day` counterparts to `#yesterday` and
`#tomorrow` for `Date`, `Time`, and `DateTime`.
([Pull Request](httpshttps://github.com/rails/rails/pull/18335))
([Pull Request](https://github.com/rails/rails/pull/18335))
* Added `SecureRandom.base58` for generation of random base58 strings.
([commit](https://github.com/rails/rails/commit/b1093977110f18ae0cafe56c3d99fc22a7d54d1b))