diff --git a/CHANGES.rst b/CHANGES.rst index b2c9b5c925dacdb1b1116e9fe9c22e04e2bd349e..82bdd9b7d598a520e07061586779812b7be21cbe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,18 @@ CHANGELOG Unreleased ---------- +0.11.14 (2024-05-12) +-------------------- + +* Fallback to zero if receiving row has no invoice total calculated. + +* Assign extra import handler kwargs before loading the importers. + +* Add ``AppHandler.maxval()`` convenience method. + +* Remove the ``RattailConfigWrapper`` class. + + 0.11.13 (2024-05-06) --------------------