From 57e9d02479a1a9d7c0fa881009d0cd756368d0fc Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Sat, 14 Mar 2020 08:22:21 +0100 Subject: [PATCH] Changelog for #1366 --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 658cbe3a0..870c435fb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,9 +9,11 @@ In Development Fixed ~~~~~ +- dics without ``schema`` rule are broken since v1.1 (`#1366`_) - 403 Forrbidden added to ``STANDARD_ERRORS`` (`#1362`_) - ``unique`` constraint doesn't work when inside of a dict or a list (`#1360`_) +.. _`#1366`: https://github.com/pyeve/eve/pull/1366 .. _`#1362`: https://github.com/pyeve/eve/pull/1362 .. _`#1360`: https://github.com/pyeve/eve/issues/1360