diff --git a/CHANGES.rst b/CHANGES.rst index 1f283c0b9..6b273cca8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,10 +7,12 @@ In Development --------------- - new: Ability to customize the pagination limit on a per-resource basis (`#1498`_) +- fix: Tets fail with Flask 2.2 (`#1497`_) - fix: CI test runs fail with ``mongo: command not found`` on Ubuntu 22.04 (`#1499`_) .. _`#1499`: https://github.com/pyeve/eve/issues/1499 .. _`#1498`: https://github.com/pyeve/eve/issues/1498 +.. _`#1497`: https://github.com/pyeve/eve/issues/1497 Version v2.0.4 --------------