Skip to content

Commit

Permalink
Merge pull request #516 from benjaoming/0.15.x-into-master
Browse files Browse the repository at this point in the history
0.15.x into master
  • Loading branch information
benjaoming committed Oct 15, 2019
2 parents 3087251 + 637bd57 commit 8fe64d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ Removed
- Support for Python 3.4. (`Stranger6667`_)
- ``MoneyPatched``, use ``djmoney.money.Money`` instead. (`Stranger6667`_)


`0.15.1`_ - 2019-06-22
----------------------

Fixed
~~~~~

- Respect field ``decimal_places`` when instantiating ``Money`` object from field db values. `#501`_ (`astutejoe`_)
- Restored linting in CI tests (`benjaoming`_)


Expand Down Expand Up @@ -615,7 +620,8 @@ Added

- Initial public release

.. _1.0.dev: https://github.com/django-money/django-money/compare/0.15...HEAD
.. _1.0.dev: https://github.com/django-money/django-money/compare/0.15.1...HEAD
.. _0.15.1: https://github.com/django-money/django-money/compare/0.15.1...0.15
.. _0.15: https://github.com/django-money/django-money/compare/0.15...0.14.4
.. _0.14.4: https://github.com/django-money/django-money/compare/0.14.4...0.14.3
.. _0.14.3: https://github.com/django-money/django-money/compare/0.14.3...0.14.2
Expand Down Expand Up @@ -767,6 +773,7 @@ Added
.. _alexhayes: https://github.com/alexhayes
.. _andytwoods: https://github.com/andytwoods
.. _arthurk: https://github.com/arthurk
.. _astutejoe: https://github.com/astutejoe
.. _benjaoming: https://github.com/benjaoming
.. _briankung: https://github.com/briankung
.. _browniebroke: https://github.com/browniebroke
Expand Down

0 comments on commit 8fe64d7

Please sign in to comment.