summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-06-13 18:49:21 +0200
committerPaco Guzman <pacoguzmanp@gmail.com>2016-06-14 15:17:51 +0200
commitdadc531353bdf0e384d05d173d19756b0d9fba13 (patch)
treec292cc51f7caa53c1236f54acfde31f01f90091b /CHANGELOG
parentfdcafe72d1e103821ecad075dec82a84ad24387b (diff)
downloadgitlab-ce-dadc531353bdf0e384d05d173d19756b0d9fba13.tar.gz
Instrument private/protected methods
By default instrumentation will instrument public, protected and private methods, because usually heavy work is done on private method or at least that’s what facts is showing
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e71a154d1d5..74fb52d3aeb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -78,6 +78,7 @@ v 8.9.0 (unreleased)
- Remove deprecated issues_tracker and issues_tracker_id from project model
- Allow users to create confidential issues in private projects
- Measure CPU time for instrumented methods
+ - Instrument private methods and private instance methods by default instead just public methods
v 8.8.5 (unreleased)
- Ensure branch cleanup regardless of whether the GitHub import process succeeds