diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-01-06 15:36:43 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2017-01-06 15:36:43 -0200 |
commit | 0b2a28b999ab32eff32d6acc8faba04eabcd73da (patch) | |
tree | 7712bdbecd9d482d2ae315ce17af5759cc889dab /CHANGELOG.md | |
parent | 302f56bfad5332446d43500ec1df63ed6fcab095 (diff) | |
download | gitlab-ce-0b2a28b999ab32eff32d6acc8faba04eabcd73da.tar.gz |
Update CHANGELOG.md for 8.15.3
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1baf5b3257c..bb7cf9f0ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 8.15.3 (2017-01-06) + +- Rename wiki_events to wiki_page_events in project hooks API to avoid errors. !0 (8425) +- Rename projects wth reserved names. !8234 +- Cache project authorizations even when user has access to zero projects. !8327 +- Fix a minor grammar error in merge request widget. !8337 +- Fix unclear closing issue behaviour on Merge Request show page. !8345 (Gabriel Gizotti) +- fix border in login session tabs. !8346 +- Copy, don't move uploaded avatar files. !8396 +- Increases width of mini-pipeline-graph dropdown to prevent wrong position on chrome on ubuntu. !8399 +- Removes invalid html and unneed CSS to prevent shaking in the pipelines tab. !8411 +- Gitlab::LDAP::Person uses LDAP attributes configuration. !8418 +- Fix 500 errors when creating a user with identity via API. !8442 +- Whitelist next project names: assets, profile, public. !8470 +- Fixed regression of note-headline-light where it was always placed on 2 lines, even on wide viewports. +- Fix 500 error when visit group from admin area if group name contains dot. +- Fix cross-project references copy to include the project reference. +- Fix 500 error renaming group. +- Fixed GFM dropdown not showing on new lines. + ## 8.15.2 (2016-12-27) - Fix finding the latest pipeline. !8301 |