From 90cd35b6ff1a97269c45c65bcf0bba2f88cffc70 Mon Sep 17 00:00:00 2001 From: Bob Mulder <5465074+bobmulder@users.noreply.github.com> Date: Wed, 20 Jan 2021 07:21:33 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6173d24..0f7c26c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `php-number` will be documented in this file +## 1.2.0 - 2021-01-20 +- Added PHP 8 support + type fix ([#8](https://github.com/madebybob/php-number/pull/8) by [@affektde](https://github.com/affektde)) + ## 1.1.0 - 2021-01-05 - Removed `AbstractNumber::create()` in favor of extensibility. Added to the default `Number` class. (it was not possible to extend the method by adding arguments in `AbstractNumber` implementations).