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

Commit 983fce2

Browse files
committed
Updates CHANGELOG for #292
Provides more context.
1 parent 5dc6b4d commit 983fce2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 2.9.2 - TBD
5+
## 2.9.2 - 2017-12-11
66

77
### Added
88

@@ -22,8 +22,11 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- [#292](https://github.com/zendframework/zend-db/pull/292) fixes the issue
26-
with parameter names starting from colon.
25+
- [#292](https://github.com/zendframework/zend-db/pull/292) ensures that you may
26+
reference bound parameter names using a leading colon (`:`) character when
27+
using the PDO adapter. (The leading colon is not technically necessary, as the
28+
adapter will prefix for you; however, this ensures portability with vanilla
29+
PDO.)
2730

2831
## 2.9.1 - 2017-12-07
2932

0 commit comments

Comments
 (0)