Commit ffc9a470 authored by Mayra Cabrera's avatar Mayra Cabrera

Update CHANGELOG.md for 10.6.4

[ci skip]
parent 91a3a4b5
......@@ -2,6 +2,24 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.6.4 (2018-04-09)
### Fixed (8 changes, 1 of them is from the community)
- Correct copy text for the promote milestone and label modals. !17726
- Avoid validation errors when running the Pages domain verification service. !17992
- Fix autolinking URLs containing ampersands. !18045
- Fix exceptions raised when migrating pipeline stages in the background. !18076
- Work around Prometheus Helm chart name changes to fix integration. !18206 (joshlambert)
- Don't show Jump to Discussion button on Issues.
- Fix listing commit branch/tags that contain special characters.
- Fix 404 in group boards when moving issue between lists.
### Performance (1 change)
- Free open file descriptors and libgit2 buffers in UpdatePagesService.
## 10.6.3 (2018-04-03)
### Security (2 changes)
......
---
title: Avoid validation errors when running the Pages domain verification service
merge_request: 17992
author:
type: fixed
---
title: Fix autolinking URLs containing ampersands
merge_request: 18045
author:
type: fixed
---
title: Don't show Jump to Discussion button on Issues
merge_request:
author:
type: fixed
---
title: Work around Prometheus Helm chart name changes to fix integration
merge_request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18206/
author: joshlambert
type: fixed
---
title: Fix listing commit branch/tags that contain special characters
merge_request:
author:
type: fixed
---
title: Fix exceptions raised when migrating pipeline stages in the background
merge_request: 18076
author:
type: fixed
---
title: Fix 404 in group boards when moving issue between lists
merge_request:
author:
type: fixed
---
title: Correct copy text for the promote milestone and label modals
merge_request: 17726
author:
type: fixed
---
title: Free open file descriptors and libgit2 buffers in UpdatePagesService
merge_request:
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment