summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-18 17:42:48 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-18 17:44:24 +0200
commitb9698d2b4512cca4687579aafba6a4403cbc6067 (patch)
tree0857e4cbdc3e9dab7da290acd097c535831fe304 /CHANGELOG
parent58665b64f5bd8795571876587ea3a19253532286 (diff)
downloadgitlab-ce-b9698d2b4512cca4687579aafba6a4403cbc6067.tar.gz
Add "action" tag to /internal/allowed API
This allows us to re-use any other analytics that rely on the "action" tag having a value set.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 350be45627f..9a6f1bbfef5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
+ - Transactions for /internal/allowed now have an "action" tag set
- Method instrumentation now uses Module#prepend instead of aliasing methods
- Repository.clean_old_archives is now instrumented
- Add support for environment variables on a job level in CI configuration file