0.3.2
	packaging fixes

0.3.1
	removed redundant code
	small optimization of imports

0.3.0
	improved debugtoolbar support
	raise ConfigurationError when a cookie name can not be discerned
	updated Interface for ISessionMultiManagerConfig
	updated and clarified methods on SessionMultiManagerConfig
	updated and clarified methods on SessionMultiManager
	improved tests

0.2.4
	packaging fix

0.2.2
	* black formatting
	* updated docs to reflect `"None"` as valid input for cookie samesite options
	* upgraded black; 20.8b1
	* integrated with pre-commit and github actions
	* packaging fixes
	* added a conflict check for duplicate cookie names

0.2.0
	* use `config.add_debugtoolbar_panel` for panel registration
	* updated tests

0.1.1
	* use `extra_panels` for panel registration

0.1.0
	* Python3

0.0.7
    * debugging now tracks cookie names, either pass-in or derived

0.0.6
	* added debugtoolbar support
	** there is a debugtoolbar!
	** there is a private method, ``_debug_incoming``, used by the toolbar
	** discriminating a session was moved into it's own method ``_discriminated_session``

0.0.5
	* added a `discriminator` argument to session registry

0.0.4
	* added a `namespaces` property to list registered namespaces

0.0.3
	* small py3 test update
	* attempting to access an invalid session namespace now raises `UnregisteredSession(KeyError)` instead of `KeyError`.

0.0.2
	* tests!

0.0.1
	* lazy sessions
	* docs
	* streamlined some configuration options
	* conflict support

0.0.0
	* initial work
