Update CHANGELOG.md for 13.9.1-ee

[ci skip]
parent f2f6b77b
......@@ -2,6 +2,30 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.9.1 (2021-02-23)
### Fixed (6 changes, 1 of them is from the community)
- Send SIGINT instead of SIGQUIT to puma. !54446 (Jörg Behrmann @behrmann)
- Reset description template names cache key to reload an updated templates structure. !54614
- Restore missing horizontal scrollbar on issue boards. !54634
- Fix keep latest artifacts checkbox being always disabled. !54669
- Fix Metric tab not showing up on operations page. !54736
- Fix S3 object storage failing when endpoint is not specified. !54868
### Changed (1 change)
- Updates authorization for linting endpoint. !54492
### Performance (1 change)
- Fix N+1 SQL regression in exporting issues to CSV. !54287
### Other (1 change)
- Fix creating the idx_on_issues_where_service_desk_reply_to_is_not_null index before the post migration. !54346
## 13.9.0 (2021-02-22)
### Security (1 change)
......
---
title: Fix Metric tab not showing up on operations page
merge_request: 54736
author:
type: fixed
---
title: Fix creating the idx_on_issues_where_service_desk_reply_to_is_not_null index
before the post migration
merge_request: 54346
author:
type: other
---
title: Fix keep latest artifacts checkbox being always disabled
merge_request: 54669
author:
type: fixed
---
title: Updates authorization for linting endpoint
merge_request: 54492
author:
type: changed
---
title: Restore missing horizontal scrollbar on issue boards
merge_request: 54634
author:
type: fixed
---
title: Send SIGINT instead of SIGQUIT to puma
merge_request: 54446
author: Jörg Behrmann @behrmann
type: fixed
---
title: Reset description template names cache key to reload an updated templates structure
merge_request: 54614
author:
type: fixed
---
title: Fix S3 object storage failing when endpoint is not specified
merge_request: 54868
author:
type: fixed
---
title: Fix N+1 SQL regression in exporting issues to CSV
merge_request: 54287
author:
type: performance
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