Commit 44799d4c authored by Mayra Cabrera's avatar Mayra Cabrera

Merge remote-tracking branch 'dev/master'

parents 30c3da73 e7e61b15
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 13.2.2 (2020-07-29)
- No changes.
## 13.2.0 (2020-07-22) ## 13.2.0 (2020-07-22)
### Security (1 change) ### Security (1 change)
......
...@@ -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