Laravel version update

Laravel version update
This commit is contained in:
Manish Verma
2018-08-06 18:48:58 +05:30
parent d143048413
commit 126fbb0255
13678 changed files with 1031482 additions and 778530 deletions

View File

@@ -2,6 +2,54 @@
All notable changes to this project will be documented in this file, in reverse chronological order by release.
## 2.6.1 - 2018-04-30
### Added
- Nothing.
### Changed
- [#23](https://github.com/zendframework/zend-uri/pull/23) updates the zend-validator dependency to the 2.10 series, in order to ensure that
this package can run under PHP 7.2.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
## 2.6.0 - 2018-04-10
### Added
- [#4](https://github.com/zendframework/zend-uri/pull/4) adds and publishes the
documentation to https://zendframework.github.io/zend-uri/
### Deprecated
- Nothing.
### Removed
- [#16](https://github.com/zendframework/zend-uri/pull/16) removes support for
PHP 5.5.
- [#16](https://github.com/zendframework/zend-uri/pull/16) removes support for
HHVM.
### Fixed
- [#17](https://github.com/zendframework/zend-uri/pull/17) updates the path
encoding algorithm to allow `(` and `)` characters as path characters (per
the RFC-3986, these are valid sub-delimiters allowed within a path).
## 2.5.2 - 2016-02-17
### Added