Skip to content

Commit

Permalink
update for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Aug 2, 2018
1 parent c4c3bdc commit f5a15d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.1

- The `Connection::new()` and `factory()` methods now instantiate via the `static` keyword instead of the class name, making the Connection class more amenable to extension.

- The `Connection::perform()` 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>.

- Updated docs.

## 1.0.0

First stable release.
Expand Down

0 comments on commit f5a15d0

Please sign in to comment.