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

Commit 1f7791f

Browse files
committed
Added CHANGELOG for #167
1 parent c63e3b9 commit 1f7791f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 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-
## 3.1.2 - TBD
5+
## 3.1.2 - 2016-12-19
66

77
### Added
88

@@ -18,7 +18,12 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#167](https://github.com/zendframework/zend-servicemanager/pull/167) fixes
22+
how exception codes are provided to ServiceNotCreatedException. Previously,
23+
the code was provided as-is. However, some PHP internal exception classes,
24+
notably PDOException, can sometimes return other values (such as strings),
25+
which can lead to fatal errors when instantiating the new exception. The
26+
patch provided casts exception codes to integers to prevent these errors.
2227

2328
## 3.1.1 - 2016-07-15
2429

0 commit comments

Comments
 (0)