Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-12-28 14:36:28 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2016-12-28 14:36:28 +0300
commit465700ddc2fa43bf32bc2ed08d9c30e420aec5e2 (patch)
tree66a39239e05ec326273ba42add41e72956b8e9fd /changelogs
parent8aba0b0ed0ba93c59296f707f8c9a7d8ab1b498f (diff)
parent1b109c99a4802e2cc6598d19248013c0dc152d7a (diff)
Merge branch 'fix-api-deprecation' into 'master'
Fix a Grape deprecation, use `#request_method` instead of `#route_method` See merge request !8297
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-api-deprecation.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-api-deprecation.yml b/changelogs/unreleased/fix-api-deprecation.yml
new file mode 100644
index 00000000000..90285ddf058
--- /dev/null
+++ b/changelogs/unreleased/fix-api-deprecation.yml
@@ -0,0 +1,4 @@
+---
+title: Fix a Grape deprecation, use `#request_method` instead of `#route_method`
+merge_request:
+author: