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

Commit

Permalink
Added CHANGELOG for #167
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 19, 2016
1 parent c63e3b9 commit 1f7791f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.1.2 - TBD
## 3.1.2 - 2016-12-19

### Added

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

### Fixed

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

## 3.1.1 - 2016-07-15

Expand Down

0 comments on commit 1f7791f

Please sign in to comment.