From 4353c2e9adb7a230ccf6289ebb6fc949de49840a Mon Sep 17 00:00:00 2001 From: doobry Date: Fri, 22 Feb 2019 09:44:17 +0100 Subject: [PATCH] Mention #108 in CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 265d3084..075874f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ `checkpassword`. (Fixes: #83) * Add support for recovery tokens. New users automatically get a recovery token generated, which can be used to restore their account if the - password got lost at a later time. (Fixes: #89) + password got lost at a later time. (Fixes: #89, #108) * Add support for direct registration links with prefilled invite vouchers. (Fixes: #117) * Move flash messages to upper right corner (Fixes: #129) @@ -16,7 +16,7 @@ * Explain purpose of alias addresses (Fixes: #45) * Remove trailing slash from default URLs * Adjust database to snake_case. See `UPGRADE.md` on how to adjust an older - database. (Fixes: 112) + database. (Fixes: #112) # 1.6.2 (2019.02.08)