summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-29 12:20:31 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-29 12:20:31 +0000
commitad09fcb5b95478cbf7075c6add11cf4fc3430db2 (patch)
treed55d623db886a4a77abb15adbc92cff80cf26bb0 /CHANGELOG
parentd33991f8cc343cef704d04fd7b97c69887f3299b (diff)
parentf525b535a531aeb5c8e5d0771e8a8603e7936e6c (diff)
downloadgitlab-ce-ad09fcb5b95478cbf7075c6add11cf4fc3430db2.tar.gz
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ae0785c37f8..fdd437deee7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@ v 8.10.0 (unreleased)
- Add basic system information like memory and disk usage to the admin panel
v 8.9.3 (unreleased)
+ - MergeRequestDiff reload content use update_columns to avoid multiple YAML de/serializations
- Decreased min width of screen to 1280px for pinned sidebar
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem
- Update mobile button icons to be more inline with typical UI paradigms