Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed May 20, 2021
1 parent d992a25 commit 25b505f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Changelog

- New setting ``CURRENCY_CODE_MAX_LENGTH`` configures default max_length for MoneyField and ``exchange`` app models.

**Changed**

- BREAKING: Update ``py-moneyed`` to ``>=1.2,<2``. It uses ``babel`` to format ``Money``, which formats it differently than ``py-moneyed<1``. `#567`_ (`antonagestam`_)

**Deprecated**

- ``Money.decimal_places_display`` will be removed in django-money 3.0.
- ``CURRENCY_DECIMAL_PLACES_DISPLAY`` will be removed in django-money 3.0.

`1.3.1`_ - 2021-02-04
---------------------

Expand Down Expand Up @@ -718,6 +727,7 @@ wrapping with ``money_manager``.
.. _#586: https://github.com/django-money/django-money/issues/586
.. _#585: https://github.com/django-money/django-money/pull/585
.. _#583: https://github.com/django-money/django-money/issues/583
.. _#567: https://github.com/django-money/django-money/issues/567
.. _#553: https://github.com/django-money/django-money/issues/553
.. _#541: https://github.com/django-money/django-money/issues/541
.. _#534: https://github.com/django-money/django-money/issues/534
Expand Down Expand Up @@ -829,6 +839,7 @@ wrapping with ``money_manager``.
.. _akumria: https://github.com/akumria
.. _alexhayes: https://github.com/alexhayes
.. _andytwoods: https://github.com/andytwoods
.. _antonagestam: https://github.com/antonagestam
.. _arthurk: https://github.com/arthurk
.. _astutejoe: https://github.com/astutejoe
.. _benjaoming: https://github.com/benjaoming
Expand Down

0 comments on commit 25b505f

Please sign in to comment.