Update CHANGELOG.md for 8.15.2
[ci skip]
This commit is contained in:
parent
ff6f74bf26
commit
55dc094147
13 changed files with 15 additions and 48 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 8.15.2 (2016-12-27)
|
||||
|
||||
- Fix mr list timestamp alignment. !8271
|
||||
- Fix discussion overlap text in regular screens. !8273
|
||||
- Fixes mini-pipeline-graph dropdown animation and stage position in chrome, firefox and safari. !8282
|
||||
- Fix line breaking in nodes of the pipeline graph in firefox. !8292
|
||||
- Fixes confendential warning text alignment. !8293
|
||||
- Hide Scroll Top button for failed build page. !8295
|
||||
- Fix finding the latest pipeline. !8301
|
||||
- Disable PostgreSQL statement timeouts when removing unneeded services. !8322
|
||||
- Fix timeout when MR contains large files marked as binary by .gitattributes.
|
||||
- Rename "autodeploy" to "auto deploy".
|
||||
- Fixed GFM autocomplete error when no data exists.
|
||||
- Fixed resolve discussion note button color.
|
||||
|
||||
## 8.15.1 (2016-12-23)
|
||||
|
||||
- Push payloads schedule at most 100 commits, instead of all commits.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix mr list timestamp alignment
|
||||
merge_request: 8271
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix discussion overlap text in regular screens
|
||||
merge_request: 8273
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix timeout when MR contains large files marked as binary by .gitattributes
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixes mini-pipeline-graph dropdown animation and stage position in chrome, firefox and safari
|
||||
merge_request: 8282
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix line breaking in nodes of the pipeline graph in firefox
|
||||
merge_request: 8292
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixes confendential warning text alignment
|
||||
merge_request: 8293
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Hide Scroll Top button for failed build page
|
||||
merge_request: 8295
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Rename "autodeploy" to "auto deploy"
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Disable PostgreSQL statement timeouts when removing unneeded services
|
||||
merge_request: 8322
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fix finding the latest pipeline
|
||||
merge_request: 8301
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixed GFM autocomplete error when no data exists
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixed resolve discussion note button color
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue