summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-06-08 20:49:01 +0000
committerRobert Speicher <robert@gitlab.com>2016-06-08 20:49:01 +0000
commit18f5cca25bb6a12e6fffdad427945c081b19ecaf (patch)
tree787bc572ef27531631e12cfc2cfd16faad26932c /CHANGELOG
parentfe75d163ab7d04419de97b43c0cd95b5929d57cb (diff)
parent40b6d9064a2ab6c89cb54b62536fe2952c6cbca6 (diff)
downloadgitlab-ce-18f5cca25bb6a12e6fffdad427945c081b19ecaf.tar.gz
Merge branch '14098-customize-after-sign-up-path' into 'master'
Allow custom text on 'almost there' page Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Closes #14098. See merge request !4098
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b697aa5825e..cada0d4314d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.9.0 (unreleased)
- Make EmailsOnPushWorker use Sidekiq mailers queue
- Fix wiki page events' webhook to point to the wiki repository
- Fix issue todo not remove when leave project !4150 (Long Nguyen)
+ - Allow customisable text on the 'nearly there' page after a user signs up
- Bump recaptcha gem to 3.0.0 to remove deprecated stoken support
- Allow forking projects with restricted visibility level
- Improve note validation to prevent errors when creating invalid note via API