From 546c0ea3d8d9b5fedcbb76e3dcde2d53f1cffe8a Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Tue, 29 Jul 2025 13:02:14 +0200 Subject: [PATCH] Doc for 22.0 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index fd04d5b5107..d6df6f9a14c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -117,6 +117,7 @@ NEW: Accountancy - Add actions on entries (Cloning, assigning, returning) NEW: Add conf PDF_HIDE_LINKED_OBJECT_IN_PUBLIC_NOTE to hide linked object in public note of pdf. NEW: Add MULTICURRENCY_SHOW_ALSO_MAIN_CURRENCY_ON_PDF for legal requirement that need both currencies on PDF NEW: Add note public and private on order export +NEW: Finish dev for API_ENABLE_COUNT_CALLS (count of API use is visible on user API key field) For developers: ----------