Skip to content

Commit

Permalink
Changelog for #1024
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jan 27, 2019
1 parent 4b1ad6c commit 77b710e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77b710e

Please sign in to comment.