Skip to content

Commit

Permalink
docs: add changelog and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 27, 2023
1 parent 4408b12 commit 35d1531
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ Behavior Changes
Interface Changes
=================

.. _v450-method-signature-changes:

Method Signature Changes
========================

Return Type Changes
-------------------

- **Model:** The return type of the ``objectToRawArray()`` method in the ``Model``
and ``BaseModel`` classes has been changed to ``array``.

.. _v450-removed-deprecated-items:

Removed Deprecated Items
Expand Down
9 changes: 8 additions & 1 deletion user_guide_src/source/installation/upgrade_450.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ Mandatory File Changes
Breaking Changes
****************

Method Signature Changes
========================

Some method signature changes have been made. Classes that extend them should
update their APIs to reflect the changes. See :ref:`ChangeLog <v450-method-signature-changes>`
for details.

Removed Deprecated Items
========================

Some deprecated items have been removed. If you extend these classes and are
using them, upgrade your code. See :ref:`v450-removed-deprecated-items` for details.
using them, upgrade your code. See :ref:`ChangeLog <v450-removed-deprecated-items>` for details.

Breaking Enhancements
*********************
Expand Down

0 comments on commit 35d1531

Please sign in to comment.