0.10.1
	* added `UtilityObject.loaded_columns_as_list` function to return the loaded columns

0.10.0
	* added `UtilityObject._pyramid_request` property
	* cleaned up modules with `__all__` definition

0.9.4
	* small optimizations for performance
	* added `loaded_columns_as_dict()`

0.9.3
	* added setup.cfg
	* cleaned up some formatting
	* added `session_factory`
	* moved version to __init__.py
	* capitalized `_ENGINE_REGISTRY`
	* added `is_autocommit` for tracking.

0.9.2
	* added `is_configure_mappers` hook to engine intialization.

0.9.1
	* suppress loading ZOPE with a environment variable: SQLASSIST_DISABLE_TRANSACTION
	* TESTING - adding support for non-scoped sessions

0.9.0
	* redid most classes/interface; incompatible with earlier versions (but now better
	* dropping tweens
	* cleaning/consolidating code

0.1.7
	* check for `request.finished_callbacks` as pyramid api is slated to change in v1.6

0.1.6
	* flake8

0.1.5
	* fixing some issues with spacing
	* wrapped a few `log` statemets in __debug__
	* added reinit_engine to function as a postfork hook under uwsgi

0.1.4
	* adding some logic onto dbSessionSetup to only set requests up once.  this is pretty poorly done, but is backwards compatible.  this needs to be recoded.
	* now logging info about the request ( name + id )
	* passing `request` into various setups

0.0.9
	pushed logging into __debug__ conditionals
	cleaned up tween

0.0.8
	added DbSessionsContainer , which allows you to store and manage a sqlassist interface

0.0.7
	making this production usable by removing the non-bind paramter sql searching ( possible attack vector )

0.0.6
	added pyramid classifier
	made zope optional


0.0.5
	initial repo tracking (was gist)
