Update CHANGELOG.md for 10.0.2

[ci skip]
This commit is contained in:
Jarka Kadlecova 2017-09-27 14:33:30 +02:00
parent 6606874738
commit 3d611b9cdb
5 changed files with 7 additions and 20 deletions

View File

@ -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.

View File

@ -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

View File

@ -1,5 +0,0 @@
---
title: Some checks in `rake gitlab:check` were failling with 'undefined method `run_command`'
merge_request: 14469
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Make locked setting of Runner to not affect jobs scheduling
merge_request: 14483
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Re-allow `name` attribute on user-provided anchor HTML
merge_request:
author:
type: fixed