Update CHANGELOG.md for 10.5.5

[ci skip]
This commit is contained in:
Ian Baum 2018-03-15 17:03:48 -05:00
parent 618b6dd451
commit 16d92de1e2
6 changed files with 14 additions and 25 deletions

View File

@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.5.5 (2018-03-15)
### Fixed (3 changes)
- Fix missing uploads after group transfer. !17658
- Fix code and wiki search results when filename is non-ASCII.
- Remove double caching of Repository#empty?.
### Performance (2 changes)
- Adding missing indexes on taggings table.
- Add index on section_name_id on ci_build_trace_sections table.
## 10.5.4 (2018-03-08)
### Fixed (11 changes)

View File

@ -1,5 +0,0 @@
---
title: Fix code and wiki search results when filename is non-ASCII
merge_request:
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix missing uploads after group transfer
merge_request: 17658
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Adding missing indexes on taggings table
merge_request:
author:
type: performance

View File

@ -1,5 +0,0 @@
---
title: Add index on section_name_id on ci_build_trace_sections table
merge_request:
author:
type: performance

View File

@ -1,5 +0,0 @@
---
title: Remove double caching of Repository#empty?
merge_request:
author:
type: fixed