Update CHANGELOG.md for 11.7.5
[ci skip]
This commit is contained in:
parent
c5f1b83468
commit
0f7920cace
8 changed files with 14 additions and 35 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,6 +2,20 @@
|
|||
documentation](doc/development/changelog.md) for instructions on adding your own
|
||||
entry.
|
||||
|
||||
## 11.7.5 (2019-02-06)
|
||||
|
||||
### Fixed (8 changes)
|
||||
|
||||
- Fix import handling errors in Bitbucket Server importer. !24499
|
||||
- Adjusts suggestions unable to be applied. !24603
|
||||
- Fix 500 errors with legacy appearance logos. !24615
|
||||
- Fix form functionality for edit tag page. !24645
|
||||
- Update Workhorse to v8.0.2. !24870
|
||||
- Downcase aliased OAuth2 callback providers. !24877
|
||||
- Fix Detect Host Keys not working. !24884
|
||||
- Changed external wiki query method to prevent attribute caching. !24907
|
||||
|
||||
|
||||
## 11.7.2 (2019-01-29)
|
||||
|
||||
### Fixed (1 change)
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix form functionality for edit tag page
|
||||
merge_request: 24645
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Changed external wiki query method to prevent attribute caching
|
||||
merge_request: 24907
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Adjusts suggestions unable to be applied
|
||||
merge_request: 24603
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix Detect Host Keys not working
|
||||
merge_request: 24884
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix 500 errors with legacy appearance logos
|
||||
merge_request: 24615
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Downcase aliased OAuth2 callback providers
|
||||
merge_request: 24877
|
||||
author:
|
||||
type: fixed
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix import handling errors in Bitbucket Server importer
|
||||
merge_request: 24499
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue