Skip to content

Commit b8088f2

Browse files
committed
update readme and changelog
1 parent 783ba47 commit b8088f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Next Release
66
* Grape is no longer tested against Ruby 1.8.7.
77
* [#442](https://github.com/intridea/grape/issues/442): Enable incrementally building on top of a previous API version - [@dblock](https://github.com/dblock).
88
* [#442](https://github.com/intridea/grape/issues/442): API `version` can now take an array of multiple versions - [@dblock](https://github.com/dblock).
9+
* [#444](https://github.com/intridea/grape/issues/444): Added :en as fallback locale for I18n - [@aew](https://github.com/aew).
910

1011
* Your contribution here.
1112

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ end
433433
### I18n
434434

435435
Grape supports I18n for parameter-related error messages, but will fallback to English if
436-
translations for the default locale have not been provided. See [en.yml](https://github.com/intridea/grape/blob/master/lib/grape/locale/en.yml) for message keys.
436+
translations for the default locale have not been provided. See [en.yml](lib/grape/locale/en.yml) for message keys.
437437

438438

439439
## Headers

0 commit comments

Comments
 (0)