diff --git a/CHANGES.rst b/CHANGES.rst index f25e7132a..c39512c77 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,8 @@ In Development Fixed ~~~~~ +- Lookup argument does not get passed to ``pre_`` hook with certain + resource urls (`#1283`_) - PUT requests doesn't set default values for fields that have one defined (`#1280`_) - PATCH crashes when normalizing default fields (`#1275`_, `#1274`_) @@ -15,6 +17,7 @@ Fixed disabled also filters out the case where the resource is empty and count is 0 (`#1279`_) +.. _`#1283`: https://github.com/pyeve/eve/issues/1283 .. _`#1280`: https://github.com/pyeve/eve/issues/1280 .. _`#1275`: https://github.com/pyeve/eve/issues/1275 .. _`#1274`: https://github.com/pyeve/eve/issues/1274