Skip to content

Commit 8ca8dc0

Browse files
author
dm1try
committed
change 0.6.2 -> 0.7.0 in the upgrading description
1 parent d8fcd11 commit 8ca8dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ end
7878

7979
This caused the ambiguity and unexpected errors described in [#543](https://github.com/intridea/Grape/issues/543).
8080

81-
In Grape 0.6.2, the `group`, `optional` and `requires` keywords take an additional `type` attribute which defaults to `Array`. This means that without a `type` attribute, these nested parameters will no longer accept a single hash, only an array (of hashes).
81+
In Grape 0.7.0, the `group`, `optional` and `requires` keywords take an additional `type` attribute which defaults to `Array`. This means that without a `type` attribute, these nested parameters will no longer accept a single hash, only an array (of hashes).
8282

83-
Whereas in 0.6.1 the API above accepted the following json, it no longer does in 0.6.2.
83+
Whereas in 0.6.1 the API above accepted the following json, it no longer does in 0.7.0.
8484

8585
```json
8686
{

0 commit comments

Comments
 (0)