Changes
=======

0.1.6
-----

2010-08-27
~~~~~~~~~~

* Minor updates

0.1.5
-----

2010-03-02
~~~~~~~~~~

* Added a ``parse_and_split_options_change_dir(service, filename)`` function
* Fixed a bug with config file parsing

0.1.4
-----

* BuildKit support

0.1.3
-----

2009-11-18
~~~~~~~~~~

* Updated so that any ConversionKit conversion error structure can now be
  displayed correctly in an error message

2009-11-10
~~~~~~~~~~

* Added the ability to specify a base when handling errors
* Added the ``split_options()`` function

2009-10-04
~~~~~~~~~~

* Added the ``handle_option_error()`` and ``handle_section_error()`` functions
* Updated ``parse_config()`` to give an error on an incorrect filename
* Updated the test to use ``pprint`` and added an example using 
  ``handle_option_error()``

0.1.2
-----

2009-09-30
~~~~~~~~~~

* Updated the license to GNU AGPLv3 and updated ``MANIFEST.in`` to include 
  documentation and tests in the source distribution.

2009-08-12
~~~~~~~~~~

* Refactored to move the helper functions to the ``configconvert.internal`` 
  module.
* Removed old functions, refactored ``existingFile()`` 
  and ``existingDirectory()``
* Added in documentation and tests

0.1.1
-----

2009-03-26
~~~~~~~~~~

* Moved StringToBool to FormConvert

0.1.0
-----

* Removed the dependency on Paste
* Added the conversion tools needed by PowerPack
* First version
