From c9c0fd47dc6b8dd074bade018e4161819a74755a Mon Sep 17 00:00:00 2001 From: "Daniel Doubrovkine (dB.) @dblockdotorg" Date: Mon, 27 Apr 2015 11:36:22 -0400 Subject: [PATCH] Clarified relationship between #914 #1001 and #809. --- UPGRADING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 18dc895940..96de4c5e86 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -58,7 +58,7 @@ See [#889](/~https://github.com/intridea/grape/issues/889) for more information. #### Changes to routes when using `format` -Now it's possible to call API with proper suffix when single `format` is defined. I. e. +Version 0.10.0 has introduced a change via [#809](/~https://github.com/intridea/grape/pull/809) whereas routes no longer got file-type suffixes added if you declared a single API `format`. This has been reverted, it's now again possible to call API with proper suffix when single `format` is defined: ```ruby class API < Grape::API @@ -74,7 +74,7 @@ Will respond with JSON to `/hello` **and** `/hello.json`. Will respond with 404 to `/hello.xml`, `/hello.txt` etc. -See the [#1001](/~https://github.com/intridea/grape/pull/1001) for more info. +See the [#1001](/~https://github.com/intridea/grape/pull/1001) and [#914](/~https://github.com/intridea/grape/issues/914) for more info. ### Upgrading to >= 0.11.0