Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add release notes for v2.6b2 #162

Merged
merged 1 commit into from
Feb 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/source/release-notes/version-2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,39 @@ Codebase enhancement
.. _#112: https://github.com/Radi85/Comment/issues/112
.. _#122: https://github.com/Radi85/Comment/issues/43
.. _#129: https://github.com/Radi85/Comment/issues/43


v2.6.beta-2
------------

Features
^^^^^^^^^

- `#83`_ - Add ordering option for comments.
- `#117`_ - Add support for customization of user fields in the api.
- `#142`_ - Extend ui customization.

.. _#83: https://github.com/Radi85/Comment/issues/83
.. _#117: https://github.com/Radi85/Comment/issues/117
.. _#142: https://github.com/Radi85/Comment/issues/142

Bug fixes
^^^^^^^^^

- `#135`_ - Fix modal X button issue.
- `#139`_ - Fix url resolving issue.

.. _#135: https://github.com/Radi85/Comment/issues/135
.. _#139: https://github.com/Radi85/Comment/issues/139

Codebase enhancement
^^^^^^^^^^^^^^^^^^^^^

- `#132`_ and `#137`_ - Tests enhancement and refactoring.
- `#144`_ - Move common logic from views to mixin.
- `#150`_ - Unify django views responses.

.. _#132: https://github.com/Radi85/Comment/issues/132
.. _#137: https://github.com/Radi85/Comment/issues/137
.. _#144: https://github.com/Radi85/Comment/issues/144
.. _#150: https://github.com/Radi85/Comment/issues/150