Closed borilyordanov closed 1 year ago
Are these changes going to be released as a separate release or they will be grouped with something else? Should we add the changes to the changelog, perhaps in the unreleased section?
The new release most probably will contain several changes. Usually it is not necessary to expect from contributors to manage the changelog themselves. Nevertheless, I've added the changes as unreleased.
Deprecate the following methods:
Money::setAmountInCents()
in favor ofMoney::setAmountInMinorUnits()
;Money::getAmountInCents()
in favor ofMoney::getAmountInMinorUnits()
.Mark the following methods as
@internal
:Money::setAmount()
;Money::setCurrency()
;Money::setAmountInCents()
;Money::setAmountInMinorUnits()
.