Skip to content

Commit

Permalink
2.9.1 readiness
Browse files Browse the repository at this point in the history
Updates the CHANGELOG.md to set the release date.
  • Loading branch information
laminas-bot committed Dec 1, 2020
1 parent 467d45e commit 9b82e3e
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b82e3e

Please sign in to comment.