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.
## 12.6.1
- No changes.
## 12.6.0 ## 12.6.0
### Fixed (32 changes, 5 of them are from the community) ### Fixed (32 changes, 5 of them are from the community)
... ...
......
...@@ -2,6 +2,18 @@ ...@@ -2,6 +2,18 @@
documentation](doc/development/changelog.md) for instructions on adding your own documentation](doc/development/changelog.md) for instructions on adding your own
entry. entry.
   
## 12.6.1
### Fixed (2 changes)
- Handle forbidden error when checking for knative. !22170
- Fix stack trace highlight for PHP. !22258
### Performance (1 change)
- Eliminate N+1 queries in PipelinesController#index. !22189
## 12.6.0 ## 12.6.0
   
### Security (4 changes) ### Security (4 changes)
... ...
......
12.6.0-ee 12.6.1-ee
---
title: Fix stack trace highlight for PHP
merge_request: 22258
author:
type: fixed
---
title: Handle forbidden error when checking for knative
merge_request: 22170
author:
type: fixed
---
title: Eliminate N+1 queries in PipelinesController#index
merge_request: 22189
author:
type: performance