summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-05-06 14:33:39 -0700
committerStan Hu <stanhu@gmail.com>2015-05-07 10:00:35 -0700
commitbf4b4384590c271d1dfadf874d185c2f6130ad0e (patch)
tree8b83f49680900b3d91fbeba28f65c28ed1245dbb /CHANGELOG
parent415648e2555e25d30f64f4c2642cf149f6965859 (diff)
downloadgitlab-ce-bf4b4384590c271d1dfadf874d185c2f6130ad0e.tar.gz
Fix bug where avatar filenames were not actually deleted from the database during removal.
This would result in a 404 error in certain views. The `save` call was being rolled back due to an error in the validation step. Relax the validation step so that this works. Closes #1570
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 90e9d96e7ce..17e50289537 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -33,7 +33,7 @@ v 7.11.0 (unreleased)
- Show incompatible projects in Google Code import status (Stan Hu)
- Fix bug where commit data would not appear in some subdirectories (Stan Hu)
- Unescape branch names in compare commit (Stan Hu)
- -
+ - Fix bug where avatar filenames were not actually deleted from the database during removal (Stan Hu)
- Fix bug where Slack service channel was not saved in admin template settings. (Stan Hu)
- Move snippets UI to fluid layout
- Improve UI for sidebar. Increase separation between navigation and content