summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-05-11 10:25:21 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-05-11 10:30:47 +0530
commit70add1388f514b353d92d2e6a1db0dc173290946 (patch)
treedc1aab47aa7212654db5d73a2dd925fbae835d15 /CHANGELOG
parentd915e7d5cad99b8971e65d30accc8bc7a05fecbc (diff)
downloadgitlab-ce-70add1388f514b353d92d2e6a1db0dc173290946.tar.gz
Minor fixes after a final look at the diff.
- Spaces around `{` and `}` in HAML. - Typo in CHANGELOG. - Remove i18n.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5b52977a9b4..d8d8a36e4b1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,7 +12,7 @@ v 8.8.0 (unreleased)
- GitAccess#protected_tag? no longer loads all tags just to check if a single one exists
- Reduce delay in destroying a project from 1-minute to immediately
- Make build status canceled if any of the jobs was canceled and none failed
- - Allow authentication using personal acces tokens
+ - Allow authentication using personal access tokens
- Upgrade Sidekiq to 4.1.2
- Sanitize repo paths in new project error message
- Bump mail_room to 0.7.0 to fix stuck IDLE connections