We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd259f commit 90cd35bCopy full SHA for 90cd35b
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `php-number` will be documented in this file
4
5
+## 1.2.0 - 2021-01-20
6
+- Added PHP 8 support + type fix ([#8](https://github.com/madebybob/php-number/pull/8) by [@affektde](https://github.com/affektde))
7
+
8
## 1.1.0 - 2021-01-05
9
- Removed `AbstractNumber::create()` in favor of extensibility. Added to the default `Number` class.
10
(it was not possible to extend the method by adding arguments in `AbstractNumber` implementations).
0 commit comments