From f503d18a4f4204a3a9ce49fc457b0b0d2637549a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 12 Apr 2021 12:57:26 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5047dcfcea6..fe33a5bd48f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,21 @@ ## [Unreleased (daily channel)](https://github.com/invoiceninja/invoiceninja/tree/v5-develop) ### Added: +- Subscriptions are now going to show the frequency in the table (#5412) +- Subscriptions: During upgrade webhook request message will be shown for easier debugging (#5411) +- PDF: Custom fields now will be shared across invoices, quotes & credits (#5410) +- Client portal: Invoices are now sorted in the descending order (#5408) +- Payments: ACH notification after the initial bank account connecting process (#5405) ### Fixed: - Fixes for counters where patterns without {$counter} could causes endless recursion. - Fixes for surcharge tax displayed amount on PDF. +- Fixes CSS padding on the show page for recurring invoices (#5412) ### Removed: +- Removed one-time payments table (#5412) ## v5.1.43 ### Fixed: -- Whitelabel regression. \ No newline at end of file +- Whitelabel regression.