Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
-rw-r--r--changelogs/unreleased/ph-207723-userTypeGravatarDisabled.yml5
-rw-r--r--changelogs/unreleased/pl-incident-issue-hline.yml5
-rw-r--r--changelogs/unreleased/sh-fix-license-check-migration.yml5
4 files changed, 11 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8affe528f28..f50be96ac50 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 12.8.1
+
+### Fixed (5 changes)
+
+- Fix markdown layout of incident issues. !25352
+- Time series extends axis options correctly. !25399
+- Fix "Edit Release" page. !25469
+- Fix upgrade failure in EE displaying license. !25788
+- Fixed last commit widget when Gravatar is disabled.
+
+
## 12.8.0
### Security (6 changes, 2 of them are from the community)
diff --git a/changelogs/unreleased/ph-207723-userTypeGravatarDisabled.yml b/changelogs/unreleased/ph-207723-userTypeGravatarDisabled.yml
deleted file mode 100644
index 047d3aee506..00000000000
--- a/changelogs/unreleased/ph-207723-userTypeGravatarDisabled.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fixed last commit widget when Gravatar is disabled
-merge_request:
-author:
-type: fixed
diff --git a/changelogs/unreleased/pl-incident-issue-hline.yml b/changelogs/unreleased/pl-incident-issue-hline.yml
deleted file mode 100644
index 6b161aadb50..00000000000
--- a/changelogs/unreleased/pl-incident-issue-hline.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix markdown layout of incident issues
-merge_request: 25352
-author:
-type: fixed
diff --git a/changelogs/unreleased/sh-fix-license-check-migration.yml b/changelogs/unreleased/sh-fix-license-check-migration.yml
deleted file mode 100644
index 95e15c2f303..00000000000
--- a/changelogs/unreleased/sh-fix-license-check-migration.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix upgrade failure in EE displaying license
-merge_request: 25788
-author:
-type: fixed