Change & Version Information
============================

The following is a summary of changes and improvements to
:mod:`eulcommon`.  New features in each version should be listed, with
any necessary information about installation or upgrade notes.

0.18
----

* Custom auth decorators in :mod:`eulcommon.djangoextras.auth.decorators`
  now have the capacity to take additional view parameters, with fallback
  to old behavior for compatibility

0.17.0
------

* :mod:`~eulcommon.searchutil` can now parse **field:value** pairs in
  search term strings.  See
  :meth:`~eulcommon.searchutil.parse_search_terms`.  The existing
  search term parsing method,
  :meth:`~eulcommon.searchutil.search_terms`, should continue to work
  as before.
* :mod:`eulcommon.binfile` has been moved into the new
  :mod:`bodatools`; it will remain in :mod:`eulcommon` for the
  upcoming release as deprecated, and then be removed at a later date.


0.16.2 - template hotfix redux
------------------------------

* Add missing pagination template to setup.py install

0.16.1 - template hotfix
------------------------

* Add missing pagination template to sdist

0.16.0
------

* Parsing for quotable search strings
* Utility to limit pagination display to nearby pages


0.15.0 - Initial Release
------------------------

* Split out and re-organized common, useful components
  (:mod:`~eulcommon.binfile`, :mod:`~eulxml.djangoextras`) from
  :mod:`eulcore` into :mod:`eulcommon` for easier re-use.
