Update CHANGELOG.md for 12.2.1

[ci skip]
parent 99e8b77e
......@@ -2,6 +2,19 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 12.2.1
### Fixed (3 changes)
- Fix for embedded metrics undefined params. !31975
- Fix "ERR value is not an integer or out of range" errors. !32126
- Prevent duplicated trigger action button.
### Performance (1 change)
- Fix Gitaly N+1 calls with listing issues/MRs via API. !31938
## 12.2.0
### Security (4 changes, 1 of them is from the community)
......
---
title: Fix Gitaly N+1 calls with listing issues/MRs via API
merge_request: 31938
author:
type: performance
---
title: Fix "ERR value is not an integer or out of range" errors
merge_request: 32126
author:
type: fixed
---
title: Fix for embedded metrics undefined params
merge_request: 31975
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