There was an error while loading. Please reload this page.
1 parent 7dad858 commit 19d3988Copy full SHA for 19d3988
1 file changed
CHANGES.rst
@@ -13,6 +13,7 @@ New
13
Fixed
14
~~~~~
15
- Document count broken with concurrent requests (`#1271`_)
16
+- Document count broken when embedded resources are requested (`#1268`_)
17
- If ``ignore_fields`` contains a nested field, document is mutated (`#1266`_)
18
- Crash with Werzeug >= 0.15.3 (`#1267`_)
19
- Fix crash when trying to ignore a nested field that doesn't exist (`#1263`_)
@@ -35,6 +36,7 @@ consuming the developer API:
35
36
consistent value when ``perform_count = True``.
37
38
.. _`#1271`: https://github.com/pyeve/eve/issues/1271
39
+.. _`#1268`: https://github.com/pyeve/eve/issues/1268
40
.. _`#1266`: https://github.com/pyeve/eve/pull/1266
41
.. _`#1234`: https://github.com/pyeve/eve/issues/1234
42
.. _`#1267`: https://github.com/pyeve/eve/issues/1267
0 commit comments