From cbbb47128ccbe456a61574f0dbd97e37b141ab84 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 8 Oct 2012 10:50:10 -0700 Subject: [PATCH] update changelog --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 9dfc074..167e8ef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,11 @@ +0.1a18 +------ + +- [feature] Added ``engine_from_config()`` function to ``edbob.sqlalchemy`` + module. This was done to provide awareness of the ``poolclass`` parameter to + engine configuration. + 0.1a17 ------