Update CHANGELOG.md for 8.17.1
[ci skip]
This commit is contained in:
parent
54f6357ba3
commit
58758bd592
12 changed files with 15 additions and 44 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,6 +2,21 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 8.17.1 (2017-02-28)
|
||||
|
||||
- Replace setInterval with setTimeout to prevent highly frequent requests. !9271 (Takuya Noguchi)
|
||||
- Disable unused tags count cache for Projects, Builds and Runners.
|
||||
- Spam check and reCAPTCHA improvements.
|
||||
- Allow searching issues for strings containing colons.
|
||||
- Disabled tooltip on add issues button in usse boards.
|
||||
- Fixed commit search UI.
|
||||
- Fix MR changes tab size count when there are over 100 files in the diff.
|
||||
- Disable invalid service templates.
|
||||
- Use default branch as target_branch when parameter is missing.
|
||||
- Upgrade GitLab Pages to v0.3.2.
|
||||
- Add performance query regression fix for !9088 affecting #27267.
|
||||
- Chat slash commands show labels correctly.
|
||||
|
||||
## 8.17.0 (2017-02-22)
|
||||
|
||||
- API: Fix file downloading. !0 (8267)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: 'Add performance query regression fix for !9088 affecting #27267'
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Disable unused tags count cache for Projects, Builds and Runners
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Spam check and reCAPTCHA improvements
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Replace setInterval with setTimeout to prevent highly frequent requests
|
||||
merge_request: 9271
|
||||
author: Takuya Noguchi
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Allow searching issues for strings containing colons
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Disabled tooltip on add issues button in usse boards
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Fixed commit search UI
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Disable invalid service templates
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Use default branch as target_branch when parameter is missing
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Upgrade GitLab Pages to v0.3.2
|
||||
merge_request:
|
||||
author:
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
title: Chat slash commands show labels correctly
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue