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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-07-04 14:37:29 +0300
committerNick Thomas <nick@gitlab.com>2017-07-06 13:23:21 +0300
commit1846ad101ca4703c1dd159b5c577a4f116256dfd (patch)
tree5e620db97f16061e0339f37715f6ef583f0a81f9 /CHANGELOG
parentd11859f82215590e14d0ffa6124d502d67ce50de (diff)
Release v0.5.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 77e97212..9a01248a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+v 0.5.0
+- Don't try to update domains if reading the update file fails !32
+- Add CORS support to GET requests !33
+- Add CONTRIBUTING.md !34
+- Add basic cache directives to gitlab-pages !35
+- Go 1.8 is the minimum supported version !36
+- Fix HTTP/2 ALPN negotiation !37
+- Add disabled-by-default status check endpoint !39
+
v 0.4.3
- Fix domain lookups when Pages is exposed on non-default ports