Update CHANGELOG.md for 13.2.2

[ci skip]
parent 8613aedf
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
## 13.2.2 (2020-07-29)
### Fixed (3 changes)
- Coerce repository_storages_weighted, removes repository_storages. !36376
- Fix JiraImportUsersInput startAt field. !37492
- Provide better git error message when the user is unconfirmed. !37944
### Changed (1 change)
- Skip mass unconfirming users when send_user_confirmation_email setting is off. !38024
## 13.2.0 (2020-07-22) ## 13.2.0 (2020-07-22)
### Security (3 changes) ### Security (3 changes)
......
---
title: Skip mass unconfirming users when send_user_confirmation_email setting is off
merge_request: 38024
author:
type: changed
---
title: Fix JiraImportUsersInput startAt field
merge_request: 37492
author:
type: fixed
---
title: Coerce repository_storages_weighted, removes repository_storages
merge_request: 36376
author:
type: fixed
---
title: Provide better git error message when the user is unconfirmed
merge_request: 37944
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment