Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Updated CHANGELOG for 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 25, 2019
1 parent 1977da3 commit 77022f0
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.10.0 - TBD
## 2.10.0 - 2019-02-25

### Added

- [#157](https://github.com/zendframework/zend-db/pull/157) added support of
`Zend\Db\Sql\TableIdentifier` in DDL
- [#346](https://github.com/zendframework/zend-db/pull/346) adds support for PHP 7.3
- [#345](https://github.com/zendframework/zend-db/pull/345) allow usage with
zend-hydrator v3
- [#346](https://github.com/zendframework/zend-db/pull/346) adds support for PHP
7.3

### Changed

Expand All @@ -24,9 +27,22 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#329](https://github.com/zendframework/zend-db/pull/329) fix Exception
thrown when calling prepareStatementForSqlObject on a Select with a
- [#303](https://github.com/zendframework/zend-db/pull/303) fixes #295 issue:
handle empty array as datasource at `AbstractResultSet::initialize()` at PHP
7.2
- [#313](https://github.com/zendframework/zend-db/pull/313) test
`AbstractResultSet::current()` to return null on empty array
- [#329](https://github.com/zendframework/zend-db/pull/329) fixes Exception
thrown when calling `prepareStatementForSqlObject` on a Select with a
sub-Select that has limit and/or offset set
- [#337](https://github.com/zendframework/zend-db/pull/337) fixes #330 current
NULL for mysqli
- [#338](https://github.com/zendframework/zend-db/pull/338) restore missing use
`ResultSet` in `AbstractTableGateway`
- [#341](https://github.com/zendframework/zend-db/pull/341) fixes undefined
variable bug in MetadataFeature
- [#357](https://github.com/zendframework/zend-db/pull/357) fixes named params
in subquery - limit and offset (issue #355)

## 2.9.3 - 2018-04-09

Expand Down

0 comments on commit 77022f0

Please sign in to comment.