From 77b710e3d7eb3cd12a34de791be522e9a3ee0172 Mon Sep 17 00:00:00 2001 From: Nicola Iarocci Date: Sun, 27 Jan 2019 16:24:20 +0100 Subject: [PATCH] Changelog for #1024 --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2a3001552..3f41aac6e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,9 +12,15 @@ Fixed Improved ~~~~~~~~ +- HATEOAS: now the ``_links`` dictionary may have a ``related`` dictionary + inside, and each key-value pair yields the related links for a data relation + field (`#1204`_) +- XML renderer now supports data field tag attributes such as ``href`` and + ``title`` (`#1204`_) - Make the parsing of ``req.sort`` and ``req.where`` easily reusable by moving their logic to dedicated methods (`#1194`_) +.. _`#1204`: https://github.com/pyeve/eve/pull/1204 .. _`#1194`: https://github.com/pyeve/eve/pull/1194 .. _`#1197`: https://github.com/pyeve/eve/issues/1197