diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-11-23 10:52:42 -0800 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-11-23 10:52:42 -0800 |
commit | cf631ddbdceec49579a658698f11679a29cea579 (patch) | |
tree | d9e0c5c985b0542cfc5fff8089d2eb9100462dd9 /CHANGELOG.md | |
parent | 1da5df70a99cb2f129ba56ae6eb3836dca56e136 (diff) | |
download | gitlab-ce-cf631ddbdceec49579a658698f11679a29cea579.tar.gz |
Update CHANGELOG.md for 10.2.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 221626e7bf8..92dd4d7610f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.2.2 (2017-11-23) + +### Fixed (5 changes) + +- Label addition/removal are not going to be redacted wrongfully in the API. !15080 +- Fix bitbucket wiki import with hashed storage enabled. !15490 +- Impersonation no longer gets stuck on password change. !15497 +- Fix blank states using old css. +- Fix promoting milestone updating all issuables without milestone. + +### Performance (3 changes) + +- Update Issue Boards to fetch the notification subscription status asynchronously. +- Update composite pipelines index to include "id". +- Use arrays in Pipeline#latest_builds_with_artifacts. + +### Other (2 changes) + +- Don't move repositories and attachments for projects using hashed storage. !15479 +- Add logs for monitoring the merge process. + + ## 10.2.1 (2017-11-22) ### Fixed (1 change) |