We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9932068 commit e570b67Copy full SHA for e570b67
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `php-number` will be documented in this file
4
5
+## 1.4.0 - 2021-03-04
6
+
7
+- Added `absolute` and `opposite` methods in `AbstractNumber` ([#10](https://github.com/madebybob/php-number/pull/10))
8
+- Fixed bug in `isPositive` method ([#10](https://github.com/madebybob/php-number/pull/10))
9
10
## 1.3.0 - 2021-01-21
11
- Added `round`, `ceil` & `floor` method in `AbstractNumber`
12
- Improved unit tests when Intl extension is not loaded
0 commit comments