We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ecf49 commit aff086aCopy full SHA for aff086a
1 file changed
CHANGELOG.md
@@ -10,6 +10,8 @@ This project follows [Semantic Versioning](http://semver.org/).
10
- Added `Decimal\Number` abstract number class.
11
- Added `Decimal\Precision` interface.
12
- Added `Decimal\Decimal::reduce` method.
13
+- Remove `signum` methods.
14
+- Remove `parity` methods.
15
- Better consistency around scientific notation when converting to string or JSON.
16
- Precision is now applied on operations only (input is preserved).
17
- Decimal constructors are now private - must use `\Decimal\Number::valueOf`.
0 commit comments