From 52b882f2c610653fd0d8886fed8fef69aa86499f Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Thu, 3 Dec 2020 14:36:34 -0800 Subject: [PATCH] Add #138 --- Changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes.md b/Changes.md index b78d0e0..356a718 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,11 @@ # connection_pool Changelog +HEAD +------ + +- Add `then` as a way to use a pool or a bare connection with the + same code path [#138] + 2.2.3 ------