All notable changes to this project will be documented in this file, in reverse chronological order by release.
## 2.8.1 - TBD
### Added
- Nothing.
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
## 2.8.0 - 2019-02-04
### Added
-[zendframework/zend-console#41](https://github.com/zendframework/zend-console/pull/41) adds support for PHP 7.3.
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
-[zendframework/zend-console#41](https://github.com/zendframework/zend-console/pull/41) removes support for laminas-stdlib v2 releases.
### Fixed
-[zendframework/zend-console#44](https://github.com/zendframework/zend-console/pull/44) fixes usage of `array_unique()` within the `DefaultRouteMatcher` to
properly re-assign the array when invoked.
## 2.7.0 - 2018-01-25
### Added
-[zendframework/zend-console#32](https://github.com/zendframework/zend-console/pull/32) adds a new route
match type, the "catch-all". Such types are always optional (thus, appear in
`[]` sets), and are specified using `...` within: `command [...options]`.
Parameters matched this way will always be returned as an array of values.
-[zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) adds support for
PHP 7.2.
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
-[zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) removes support
for PHP 5.5.
-[zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) removes support
for HHVM.
### Fixed
-[zendframework/zend-console#19](https://github.com/zendframework/zend-console/pull/19) updated link