Update CHANGELOG.md for 10.0.2
[ci skip]
This commit is contained in:
parent
6606874738
commit
3d611b9cdb
5 changed files with 7 additions and 20 deletions
|
@ -2,6 +2,13 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 10.0.2 (2017-09-27)
|
||||
|
||||
- [FIXED] Notes will not show an empty bubble when the author isn't a member. !14450
|
||||
- [FIXED] Some checks in `rake gitlab:check` were failling with 'undefined method `run_command`'. !14469
|
||||
- [FIXED] Make locked setting of Runner to not affect jobs scheduling. !14483
|
||||
- [FIXED] Re-allow `name` attribute on user-provided anchor HTML.
|
||||
|
||||
## 10.0.1 (2017-09-23)
|
||||
|
||||
- [FIXED] Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration.
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Notes will not show an empty bubble when the author isn't a member.
|
||||
merge_request: 14450
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Some checks in `rake gitlab:check` were failling with 'undefined method `run_command`'
|
||||
merge_request: 14469
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Make locked setting of Runner to not affect jobs scheduling
|
||||
merge_request: 14483
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Re-allow `name` attribute on user-provided anchor HTML
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue