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-02-02 19:09:32 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-02 19:09:32 +0300
commit5af15baae6f75efabeb4f14a57b70a57f567f689 (patch)
tree9260e3fe0543382424f0375f31e5afb8a90f6ae5 /CHANGELOG
parent30313098a0bd04280d5612a8072dd0638cc4e5fa (diff)
parent2828274b418cccc8171692495dd2856209dbfa49 (diff)
Merge branch 'update-newrelic-gem' into 'master'
Bump New Relic gem version to avoid warnings in Web page This version has support for Grape, so we should consider removing the newrelic-grape gem as well: https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation See merge request !2578
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f207e0c5316..7a9b51cf331 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.5.0 (unreleased)
- Ensure rake tasks that don't need a DB connection can be run without one
+ - Update New Relic gem to 3.14.1.311 (Stan Hu)
- Add "visibility" flag to GET /projects api endpoint
- Ignore binary files in code search to prevent Error 500 (Stan Hu)
- Render sanitized SVG images (Stan Hu)