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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-24 10:03:24 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-09-24 10:03:24 +0300
commita145b96810819defec1fcceff951b1b6590e7d50 (patch)
tree68d24087e945f98f06ebe10ee70570863d22eccd /CHANGELOG.md
parenta0359656bbc029bf3ea50aef39d3f4ec3ceca6d3 (diff)
Update CHANGELOG.md for 13.4.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19075b42f0a..a3d165653c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 13.4.1 (2020-09-24)
+
+### Fixed (2 changes)
+
+- Revert required encryption on CI runner tokens. !42623
+- Allow Unleash clients to request feature flags when repository is private. !43059
+
+### Added (1 change)
+
+- Add missing fontawesome file icon classes. !43091
+
+### Other (1 change)
+
+- Notifications icon: Render empty string for custom setting. !42848
+
+
## 13.4.0 (2020-09-22)
### Security (2 changes, 1 of them is from the community)