diff --git a/UPGRADING.md b/UPGRADING.md index 514144901..8039f3af5 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,10 +6,10 @@ Upgrading Grape #### Remove Deprecated Methods and Options - Deprecated `file` method has been removed. Use `send_file` or `stream`. -See [#2500](https://github.com/ruby-grape/grape/pull/2500) for more information +See [#2500](https://github.com/ruby-grape/grape/pull/2500) for more information. - The `except` and `proc` options have been removed from the `values` validator. Use `except_values` validator or assign `proc` directly to `values`. -See [#2501](https://github.com/ruby-grape/grape/pull/2501) for more information +See [#2501](https://github.com/ruby-grape/grape/pull/2501) for more information. ### Upgrading to >= 2.2.0