Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed May 23, 2024
1 parent 445e15e commit 0bd71f3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
32 changes: 32 additions & 0 deletions docs/changelog/changelog_body.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
----------------------------------------------------


.. _v3.0.0b6:

`3.0.0b6 <https://github.com/reagento/adaptix/tree/v3.0.0b6>`__ -- 2024-05-23
=============================================================================

.. _v3.0.0b6-Features:

Features
--------

- Now, you can merge several fields or access the model directly via :func:`.conversion.link_function`.

See :ref:`link_function` for details.

- Add a special column type for serializing and deserializing JSON inside SQLAlchemy.

See :ref:`sqlalchemy_json` for details.

- Add ``Extended Usage`` article for model conversion and other documentation updates.

.. _v3.0.0b6-Bug Fixes:

Bug Fixes
---------

- Fix processing of list relationships in SQLAlchemy.

- Fix model loader generation with non-required field and ``DebugTrail.DISABLE``.

----------------------------------------------------


.. _v3.0.0b5:

`3.0.0b5 <https://github.com/reagento/adaptix/tree/v3.0.0b5>`__ -- 2024-04-20
Expand Down
3 changes: 0 additions & 3 deletions docs/changelog/fragments/+link_function.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/fragments/+many-relationship.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changelog/fragments/+sqlalchemy-json.feature.rst

This file was deleted.

0 comments on commit 0bd71f3

Please sign in to comment.