From 48ae3e0fb1c0ca052968d8e2667c6a220177a006 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 6 Oct 2020 14:21:43 -0500 Subject: [PATCH] docs: updates CHANGELOG to detail changes from #32 Signed-off-by: Matthew Weier O'Phinney --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2b3f17..147f132a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#32](https://github.com/laminas/laminas-hydrator/pull/32) adds support for PHP 8. ### Changed -- Nothing. +- [#32](https://github.com/laminas/laminas-hydrator/pull/32) changes the minimum supported version of laminas-stdlib from 3.2 to 3.3. ### Deprecated @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#32](https://github.com/laminas/laminas-hydrator/pull/32) removes support for PHP versions prior to 7.3. ### Fixed