Skip to content

Commit 6c64fa5

Browse files
bobmuldergithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent c678ee9 commit 6c64fa5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 2.1.1 - 2022-10-22
6+
7+
- Fix update-changelog workflow
8+
9+
**Full Changelog**: https://github.com/madebybob/php-number/compare/2.1.0...2.1.1
10+
511
## 2.0.0 - 2021-08-16
612

713
- Change root namespace from `Number` to `MadeByBob/Number` ([#12](https://github.com/madebybob/php-number/pull/12))
@@ -12,17 +18,21 @@ All notable changes to `php-number` will be documented in this file
1218
- Fixed bug in `isPositive` method ([#10](https://github.com/madebybob/php-number/pull/10))
1319

1420
## 1.3.0 - 2021-01-21
21+
1522
- Added `round`, `ceil` & `floor` method in `AbstractNumber`
1623
- Improved unit tests when Intl extension is not loaded
1724

1825
## 1.2.0 - 2021-01-20
26+
1927
- Added PHP 8 support + type fix ([#8](https://github.com/madebybob/php-number/pull/8) by [@affektde](https://github.com/affektde))
2028

2129
## 1.1.0 - 2021-01-05
30+
2231
- Removed `AbstractNumber::create()` in favor of extensibility. Added to the default `Number` class.
23-
(it was not possible to extend the method by adding arguments in `AbstractNumber` implementations).
24-
Add this method to your own `AbstractNumber` implementations if you like to be able to use this static factory method.
25-
- Changed access identifier of `AbstractNumber::getNumberFromInput()` from `private` to `protected` in favor of extensibility.
32+
- (it was not possible to extend the method by adding arguments in `AbstractNumber` implementations).
33+
- Add this method to your own `AbstractNumber` implementations if you like to be able to use this static factory method.
34+
- Changed access identifier of `AbstractNumber::getNumberFromInput()` from `private` to `protected` in favor of extensibility.
2635

2736
## 1.0.0 - 2020-12-30
37+
2838
- Initial release

0 commit comments

Comments
 (0)