Commit f6ca72ac authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Update CHANGELOG.md for 10.6.1

[ci skip]
parent e50bb0f3
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -2,6 +2,27 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.

## 10.6.1 (2018-03-27)

### Security (1 change)

- Bump rails-html-sanitizer to 1.0.4.

### Fixed (3 changes)

- Prevent auto-retry AccessDenied error from stopping transition to failed. !17862
- Fix 500 error when trying to resolve non-ASCII conflicts in the editor. !17962
- Don't capture trailing punctuation when autolinking. !17965

### Performance (1 change)

- Add indexes for user activity queries. !17890

### Other (1 change)

- Add documentation for runner IP address (#44232). !17837


## 10.6.0 (2018-03-22)

### Security (4 changes)
+0 −5
Original line number Diff line number Diff line
---
title: Add documentation for runner IP address (#44232)
merge_request: 17837
author:
type: other
+0 −5
Original line number Diff line number Diff line
---
title: Fix 500 error when trying to resolve non-ASCII conflicts in the editor
merge_request: 17962
author:
type: fixed
+0 −5
Original line number Diff line number Diff line
---
title: Don't capture trailing punctuation when autolinking
merge_request: 17965
author:
type: fixed
+0 −5
Original line number Diff line number Diff line
---
title: Add indexes for user activity queries.
merge_request: 17890
author:
type: performance
Loading