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 ------