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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-07 20:18:02 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-10 16:32:32 +0300
commit137ebcfb3cb013174f2885776a47264cffd193a6 (patch)
tree329fd6bfc33e1e393e1d5eef48211843f4eab4aa /CHANGELOG
parentfdfc93679d1ca91d4666095ba2ca732fdb273947 (diff)
Replace undefined Grape routing code from 400 to 404
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aec47dd66f2..fc5e02cfd73 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -83,6 +83,7 @@ v 8.13.0 (unreleased)
- Grouped pipeline dropdown is a scrollable container
- Fix a typo in doc/api/labels.md
- API: all unknown routing will be handled with 400 Bad Request
+ - API: all unknown routing will be handled with 404 Not Found
v 8.12.5 (unreleased)