Skip to content

Commit

Permalink
Update changelog for 1.14.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
falkenhawk committed Sep 10, 2021
1 parent 54a940f commit 2918e66
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## Changelog:

### 1.14.0 - 2021-09-??
### 1.14.0-beta.1 - 2021-09-??

- zend-acl
- Increase Performance in unsetting rules in ACL ([#60])
- zend-db
- Fix PHPDoc @return statement for Zend_Db_Select::query() ([#95])
- Fix PHPDoc typings on Zend_Db_Table_Rowset_Abstract::current ([#98])
- zend-paginator
- fixed phpdoc typo ([#86])
- zend-queue
- Adding support for durable subscribers and persistent message sending ([#105])
- zend-view
- fix Zend_View_Abstract::__get() phpdoc ([#87])
- PHP 8.0 compatibility
- Remove default values from method signatures ([#78])
- Fix iterators usage ([#82])
Expand All @@ -12,6 +21,7 @@
- Fix vsprintf TypeError for php 8.0 ([#79])
- Fixed reflection deprecations for php 8.0 ([#76])
- Make Zend_Validate_Date work as expected under PHP 8.0 ([#75])
- Zend_Session Fix error handler for PHP8 usage ([#99])
- Remove openssl deprecation for php 8.0 ([#73])
- Remove libxml deprecations for php 8.0 ([#65])
- Missing default values caused errorHandlerIgnore to fail under PHP 8.0 ([#63])
Expand All @@ -34,6 +44,8 @@
- Move memcache testing from Travis to GitHub Actions ([#47])
- GitHub Actions: Install composer dependencies ([#41])
- Use staabm/annotate-pull-request-from-checkstyle to report violatons in GitHub ([#66])
- Use gnu parallel for validating composer.json ([#84])
- CI: Switch to Ubuntu 20.04 ([#94])

[#40]: https://github.com/zf1s/zf1/pull/40
[#41]: https://github.com/zf1s/zf1/pull/41
Expand Down Expand Up @@ -63,6 +75,14 @@
[#80]: https://github.com/zf1s/zf1/pull/80
[#81]: https://github.com/zf1s/zf1/pull/81
[#82]: https://github.com/zf1s/zf1/pull/82
[#84]: https://github.com/zf1s/zf1/pull/84
[#86]: https://github.com/zf1s/zf1/pull/86
[#87]: https://github.com/zf1s/zf1/pull/87
[#94]: https://github.com/zf1s/zf1/pull/94
[#95]: https://github.com/zf1s/zf1/pull/95
[#98]: https://github.com/zf1s/zf1/pull/98
[#99]: https://github.com/zf1s/zf1/pull/99
[#105]: https://github.com/zf1s/zf1/pull/105

### 1.13.4 - 2020-11-23
- zend-db
Expand Down

0 comments on commit 2918e66

Please sign in to comment.