diff options
author | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-25 15:28:13 +0100 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-07-25 15:28:13 +0100 |
commit | 3f59e354a7324e9bf332a34661743d85e82b987c (patch) | |
tree | 3d995c71f6d02b8161528d9465da738b08ba2050 /CHANGELOG.md | |
parent | c68f83335ea195184f6891152b0bebbe4eb09ea3 (diff) | |
download | gitlab-ce-3f59e354a7324e9bf332a34661743d85e82b987c.tar.gz |
Update CHANGELOG.md for 9.4.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index daf154eeb07..580d2357512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 9.4.1 (2017-07-25) + +- Fix pipeline_schedules pages throwing error 500 (when ref is empty). !12983 +- Fix editing project with container images present. !13028 +- Fix some invalid entries in PO files. !13032 +- Fix cross site request protection when logging in as a regular user when LDAP is enabled. !13049 +- Fix bug causing metrics files to be truncated. !35420 +- Fix anonymous access to public projects in groups with pending invites. +- Fixed issue boards sidebar close icon size. +- Fixed duplicate new milestone buttons when new navigation is turned on. +- Fix margins in the mini graph for pipeline in commits box. + ## 9.4.0 (2017-07-22) - Add blame view age mapping. !7198 (Jeff Stubler) |