Skip to content

Commit e570b67

Browse files
committed
Add changelog for 1.4.0
1 parent 9932068 commit e570b67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `php-number` will be documented in this file
44

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+
510
## 1.3.0 - 2021-01-21
611
- Added `round`, `ceil` & `floor` method in `AbstractNumber`
712
- Improved unit tests when Intl extension is not loaded

0 commit comments

Comments
 (0)