Update CHANGELOG.md for 9.3.3

[ci skip]
This commit is contained in:
James Edwards-Jones 2017-06-30 14:35:31 +01:00
parent 8e249e713f
commit 1a449b24a2
7 changed files with 9 additions and 25 deletions

View file

@ -2,6 +2,15 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 9.3.3 (2017-06-30)
- Fix head pipeline stored in merge request for external pipelines. !12478
- Bring back branches badge to main project page. !12548
- Fix diff of requirements.txt file by not matching newlines as part of package names.
- Perform housekeeping only when an import of a fresh project is completed.
- Fixed issue boards closed list not showing all closed issues.
- Fixed multi-line markdown tooltip buttons in issue edit form.
## 9.3.2 (2017-06-27)
- API: Fix optional arugments for POST :id/variables. !12474

View file

@ -1,5 +0,0 @@
---
title: Fix diff of requirements.txt file by not matching newlines as part of package
names
merge_request:
author:

View file

@ -1,4 +0,0 @@
---
title: Perform housekeeping only when an import of a fresh project is completed
merge_request:
author:

View file

@ -1,4 +0,0 @@
---
title: Fix head pipeline stored in merge request for external pipelines
merge_request: 12478
author:

View file

@ -1,4 +0,0 @@
---
title: Bring back branches badge to main project page
merge_request: 12548
author:

View file

@ -1,4 +0,0 @@
---
title: Fixed issue boards closed list not showing all closed issues
merge_request:
author:

View file

@ -1,4 +0,0 @@
---
title: Fixed multi-line markdown tooltip buttons in issue edit form
merge_request:
author: