Skip to content

Commit

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

## 1.1.0

This release adds query logging and backtracing functionality via both the ConnectionLocator and an individual Connection. Cf. the new `logQueries()`, `getQueries()`, and `setQueryLogger()` methods on those classes.

## 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.
Expand Down

0 comments on commit 3fad08d

Please sign in to comment.