From e52fc13da42c172e0020115eed104faa32906d86 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sun, 26 Apr 2026 22:09:19 +0200 Subject: [PATCH] updated changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index de56962..24e18f0 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,7 @@ This update provides some new features for the design. It also contains some imp - Improved error logging - If you try to delete a loan that has not been returned yet, you will get an 507 error code. - When the admin deletes a loan, the loan will be still visible in the database, but it will be marked as deleted. This is to prevent data loss and to keep track of deleted loans. +- Mailer improvements: The mailer is now more clearly organised. Two large code files are now split into five smaller code files which are easier to maintain. Also the design of the mails has improved. ## Fixed bugs