From 9b82e3e45f8f01ca6ac5d0003dba58f85043d7e4 Mon Sep 17 00:00:00 2001 From: Laminas Bot Date: Tue, 1 Dec 2020 21:06:52 +0000 Subject: [PATCH] 2.9.1 readiness Updates the CHANGELOG.md to set the release date. --- CHANGELOG.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ffce28..9de12872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,31 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.9.1 - TBD +## 2.9.1 - 2020-12-01 -### Added +### Fixed -- Nothing. +- [#19](https://github.com/laminas/laminas-server/pull/19) fixes a scenario whereby calling `Reflection::reflectionFunction()` or `new ReflectMethod()` with `null` or otherwise invalid `$argv` arguments could lead to fatal errors. These methods now either validate or cast on all invalid values. -### Changed +- [#18](https://github.com/laminas/laminas-server/pull/18) fixes detection of array function and method parameters on PHP 8. -- Nothing. -### Deprecated +----- -- Nothing. +### Release Notes for [2.9.1](https://github.com/laminas/laminas-server/milestone/3) -### Removed +2.9.x bugfix release (patch) -- Nothing. +### 2.9.1 -### Fixed +- Total issues resolved: **0** +- Total pull requests resolved: **2** +- Total contributors: **1** -- [#19](https://github.com/laminas/laminas-server/pull/19) fixes a scenario whereby calling `Reflection::reflectionFunction()` or `new ReflectMethod()` with `null` or otherwise invalid `$argv` arguments could lead to fatal errors. These methods now either validate or cast on all invalid values. +#### Bug -- [#18](https://github.com/laminas/laminas-server/pull/18) fixes detection of array function and method parameters on PHP 8. + - [19: Fixed error when receiving null $argv in Reflection::reflectClass/reflectFunction](https://github.com/laminas/laminas-server/pull/19) thanks to @mtorromeo + - [18: Fix for deprecated use of ReflectionParameter::isArray() on PHP 8](https://github.com/laminas/laminas-server/pull/18) thanks to @mtorromeo ## 2.9.0 - 2020-11-23