From 44f5f6cc0d4ef6869d44a9db442ad28bdd368f26 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Mon, 4 Dec 2023 22:57:49 +0100 Subject: [PATCH] docs: add rental agreements to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90a23bb..5d19bbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Reasons for that are explained in [#391](https://github.com/zvonimirr/tenantee/p be added again shortly. The core functionality was kept (manage properties, tenants and rents). But, there are some other changes as well: +- Rental agreements can be generated for properties ([@mrahmatu](https://github.com/mrahmatu)) - Preferences (now called configs) are stored in Redis ([@zvonimirr](https://github.com/zvonimirr)) - Replaced Oban with Quantum for cron-jobs ([@zvonimirr](https://github.com/zvonimirr)) - Rents and communication channels are managed from their own pages ([@zvonimirr](https://github.com/zvonimirr))