Skip to content

Commit

Permalink
Add CHANGELOG.md and UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Sep 25, 2024
1 parent 57d890f commit 4a2b6b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### Features

* [#2497](https://github.com/ruby-grape/grape/pull/2497): Update RuboCop to 1.66.1 - [@ericproulx](https://github.com/ericproulx).
* [#2500](https://github.com/ruby-grape/grape/pull/2500): Remove deprecated `file` method - [@ericproulx](https://github.com/ericproulx).
* Your contribution here.

#### Fixes
Expand Down
8 changes: 8 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Upgrading Grape
===============

### Upgrading to >= 2.3.0

#### Remove deprecated methods

Deprecated `file` method has been removed. Use `send_file` or `stream`.

See [#2500](https://github.com/ruby-grape/grape/pull/2500)

### Upgrading to >= 2.2.0

### `Length` validator
Expand Down

0 comments on commit 4a2b6b5

Please sign in to comment.