Skip to content

Commit

Permalink
Add changelog for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmulder committed Mar 4, 2021
1 parent 9932068 commit e570b67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 1.4.0 - 2021-03-04

- Added `absolute` and `opposite` methods in `AbstractNumber` ([#10](https://github.com/madebybob/php-number/pull/10))
- Fixed bug in `isPositive` method ([#10](https://github.com/madebybob/php-number/pull/10))

## 1.3.0 - 2021-01-21
- Added `round`, `ceil` & `floor` method in `AbstractNumber`
- Improved unit tests when Intl extension is not loaded
Expand Down

0 comments on commit e570b67

Please sign in to comment.