From 5826dc30b905c362364b8af03200ab2ae1b864a6 Mon Sep 17 00:00:00 2001 From: Max Tepkeev Date: Sat, 9 Mar 2024 16:20:47 +0300 Subject: [PATCH] mention invoice order attr conversion fix --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af6b7cf..82f322e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -44,6 +44,8 @@ Changelog - Tests were failing on Python 3.12 (`Issue #332 `__) (thanks to `Michał Górny `__) - Some closed Issues weren't converted to Resource objects using ``redmine.search()`` +- *Pro Edition:* RedmineUP Invoice resource ``order`` attribute was returned as a dict instead of being converted to + Resource object - *Pro Edition:* RedmineUP CrmQuery resource ``deals`` and ``contacts`` relation attributes didn't work - *Pro Edition:* RedmineUP DealStatus resource ``deals`` relation attribute didn't work