Skip to content

Commit

Permalink
update for release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 15, 2018
1 parent 7ce1398 commit 16206ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.6.0

This release adds two new off-interface methods to `ConnectionLocator`:

- `setProfiling()` to activate profiling across all connections

- `getProfiles()` to get the profiles from all connections


## 2.5.3

- `ExtendedPdo::bindValue()` method now binds `PDO::PARAM_BOOL` values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. <https://bugs.php.net/bug.php?id=49255>.
Expand Down

0 comments on commit 16206ef

Please sign in to comment.