Skip to content

Commit

Permalink
Amend change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 22, 2023
1 parent 7457c7f commit 6bc500b
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ Changelog
This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.

.. note::

Backward incompatible (breaking) changes will only be introduced in major
versions.
1.7.0 (2023-02-22)
------------------

Features
^^^^^^^^

* Rework the main application entry point to provide more options for launching
the application.


Improvements
^^^^^^^^^^^^

* Improve OpenAPI spec documentation.
* Amend contract tests for product API.

1.7.0 (2023-XX-XX)
------------------

Bug Fixes
^^^^^^^^^
Expand All @@ -20,6 +29,24 @@ Bug Fixes
* Fixed response code for 400 error.


Breaking Changes
^^^^^^^^^^^^^^^^

* Separate pagination ``links`` in responses to a separate response attribute.
* Rename ``pages`` response attribute to ``pagination``.


Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

* Separate Python code linting into a separate workflow.
* Extract database seeder into a separate module.
* Move ``db`` definition to ``app`` module.
* Use SQLAlchemy 2.x way to declare ORM models.
* Separate Categories into a separate ORM model.
* Separate Brands into a separate ORM model.


----


Expand Down

0 comments on commit 6bc500b

Please sign in to comment.