diff options
author | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-08-23 17:22:49 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> | 2019-08-23 17:22:49 +0000 |
commit | 15ea614765ce88a93c91a3b055a7c4fb96fd1ccb (patch) | |
tree | 0c436b133e123835b4b69a3bf0cfd3276bd8abd8 /CHANGELOG.md | |
parent | 99e8b77e5eaa8bd60c02935ee5baaebf31bc645a (diff) | |
download | gitlab-ce-15ea614765ce88a93c91a3b055a7c4fb96fd1ccb.tar.gz |
Update CHANGELOG.md for 12.2.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c8eccf0b2..ffca09a92e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |