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:
authorBryce Johnson <bryce@gitlab.com>2016-10-11 11:19:18 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-17 12:58:03 +0300
commit039ccc169a4114a53acb16c0b031f704748c3cae (patch)
tree9f509be36d2fbec7f1f1258ee53c3c95a99f9993 /CHANGELOG.md
parent89bb889c4541a477aff4202fd6dad23ad3fe38d6 (diff)
Convert due_date_select.js filetype to es6.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46f718fc88a..671bb01c003 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -116,6 +116,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Grouped pipeline dropdown is a scrollable container
- Cleanup Ci::ApplicationController. !6757 (Takuya Noguchi)
- Fixes padding in all clipboard icons that have .btn class
+ - Fix due date being displayed as NaN in Safari
- Fix a typo in doc/api/labels.md
- API: all unknown routing will be handled with 404 Not Found
- Add docs for request profiling