From e565c7e8ecbda90514403150e9f0ec90451d6b84 Mon Sep 17 00:00:00 2001 From: Mayra Cabrera Date: Wed, 30 May 2018 17:34:52 -0500 Subject: Update CHANGELOG.md for 10.8.3 [ci skip] --- CHANGELOG.md | 14 ++++++++++++++ .../46600-fix-gitlab-revision-when-not-in-git-repo.yml | 6 ------ .../unreleased/ensure-remote-mirror-columns-in-ce.yml | 5 ----- changelogs/unreleased/memoize-database-version.yml | 5 ----- .../sh-fix-submit-not-clearing-local-storage.yml | 5 ----- changelogs/unreleased/winh-new-merge-request-encoding.yml | 5 ----- 6 files changed, 14 insertions(+), 26 deletions(-) delete mode 100644 changelogs/unreleased/46600-fix-gitlab-revision-when-not-in-git-repo.yml delete mode 100644 changelogs/unreleased/ensure-remote-mirror-columns-in-ce.yml delete mode 100644 changelogs/unreleased/memoize-database-version.yml delete mode 100644 changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml delete mode 100644 changelogs/unreleased/winh-new-merge-request-encoding.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index c9950a51785..467297d2a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.8.3 (2018-05-30) + +### Fixed (4 changes) + +- Replace Gitlab::REVISION with Gitlab.revision and handle installations without a .git directory. !19125 +- Fix encoding of branch names on compare and new merge request page. !19143 +- Fix remote mirror database inconsistencies when upgrading from EE to CE. !19196 +- Fix local storage not being cleared after creating a new issue. + +### Performance (1 change) + +- Memoize Gitlab::Database.version. + + ## 10.8.2 (2018-05-28) ### Security (3 changes) diff --git a/changelogs/unreleased/46600-fix-gitlab-revision-when-not-in-git-repo.yml b/changelogs/unreleased/46600-fix-gitlab-revision-when-not-in-git-repo.yml deleted file mode 100644 index 1d0b11cfd2a..00000000000 --- a/changelogs/unreleased/46600-fix-gitlab-revision-when-not-in-git-repo.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Replace Gitlab::REVISION with Gitlab.revision and handle installations without - a .git directory -merge_request: 19125 -author: -type: fixed diff --git a/changelogs/unreleased/ensure-remote-mirror-columns-in-ce.yml b/changelogs/unreleased/ensure-remote-mirror-columns-in-ce.yml deleted file mode 100644 index 7617412431f..00000000000 --- a/changelogs/unreleased/ensure-remote-mirror-columns-in-ce.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix remote mirror database inconsistencies when upgrading from EE to CE -merge_request: 19196 -author: -type: fixed diff --git a/changelogs/unreleased/memoize-database-version.yml b/changelogs/unreleased/memoize-database-version.yml deleted file mode 100644 index 575348a53a1..00000000000 --- a/changelogs/unreleased/memoize-database-version.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Memoize Gitlab::Database.version -merge_request: -author: -type: performance diff --git a/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml b/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml deleted file mode 100644 index 422143aa5e6..00000000000 --- a/changelogs/unreleased/sh-fix-submit-not-clearing-local-storage.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix local storage not being cleared after creating a new issue -merge_request: -author: -type: fixed diff --git a/changelogs/unreleased/winh-new-merge-request-encoding.yml b/changelogs/unreleased/winh-new-merge-request-encoding.yml deleted file mode 100644 index f797657e660..00000000000 --- a/changelogs/unreleased/winh-new-merge-request-encoding.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Fix encoding of branch names on compare and new merge request page -merge_request: 19143 -author: -type: fixed -- cgit v1.2.3