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:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-29 15:20:31 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-29 17:55:24 +0300
commited06a211dfc20b56654e2c3b27d678805af68b6f (patch)
tree3f2f09b4d8056383ab069195223c153fe1ca414f /CHANGELOG
parentf3de17fd24a3932e240cb37797fe330bf7005997 (diff)
Merge branch '18663-avoid-extra-yaml-serializations' into 'master'
Use update_columns to by_pass all the dirty code on active_record See merge request !4985 (cherry picked from commit ad09fcb5b95478cbf7075c6add11cf4fc3430db2)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 738af214fc5..264e6890316 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ v 8.9.3
- Removed fade when filtering results. !4932
- Fix missing avatar on system notes. !4954
- Reduce overhead and optimize ProjectTeam#max_member_access performance. !4973
+ - Use update_columns to by_pass all the dirty code on active_record. !4985
v 8.9.2
- Fix visibility of snippets when searching.