Skip to content

Commit aff086a

Browse files
author
Rudi Theunissen
committed
Update changelog to mention removal of parity and signum
1 parent 98ecf49 commit aff086a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This project follows [Semantic Versioning](http://semver.org/).
1010
- Added `Decimal\Number` abstract number class.
1111
- Added `Decimal\Precision` interface.
1212
- Added `Decimal\Decimal::reduce` method.
13+
- Remove `signum` methods.
14+
- Remove `parity` methods.
1315
- Better consistency around scientific notation when converting to string or JSON.
1416
- Precision is now applied on operations only (input is preserved).
1517
- Decimal constructors are now private - must use `\Decimal\Number::valueOf`.

0 commit comments

Comments
 (0)