1.1.2
=====

  - Ignore errors in ``make clean``

1.1.1
=====

  - Fix a brown paper bug in the last release
  - Force test running in ``make release`` target
  - Add "pragma: no cover" in abstract methods

1.1.0
=====

  - Skip discovering files inside not-directory paths (eg. ``.egg``, ``.zip``
    or wheel packages)

1.0.1
=====

  - Fix a issue that breaks .ini/.cfg loader with "broken" files

1.0.0
=====

  - First stable release! hooray!
  - Make configuration load lazy to make possible change root_path and
    starting_path in prettyconf.config
  - Default root_path is "/" instead of $HOME (backward incompatible change)
  - Add missing requirements in requirements.txt and make tox use it.
  - Small PEP-8 and code formatting fixes

0.4.1
=====

  - Add MacOSX travis builds.

0.4.0
=====

  - Add ``root_path`` to stop looking indefinitely for configuration files until the OS root path
  - Add advanced usage docs
  - Include a simple (but working) tox configuration for py27 + py34 to the project


0.3.3
=====

  - Start a structure to make a better documentation with sphinx and publish it at Read the Docs

0.3.2
=====

  - Stop directories from being traversed up when valid configurations were found.
  - Validates invalid unicode data on INI files (and skip them)
  - Better Python3 support with use of ConfigParser.read_file
  - Code cleanup
  - More test cases for ConfigurationDiscovery added

0.3.1
=====

  - Fix a bad behaviour that make impossible to define a None default

0.3.0
=====

  - Make config.{cast} shortcuts easier to use. This change breaks backward compatibility.

0.2.2
=====

  - Fix an issue with .env parser that breaks with unquoted URL values
  - Fix an issue with magic _get_path used by config discovery (thanks @bertonha)

0.2.0
=====

  - Add basic documentation

0.1.1
=====

  - Fix a small issue in README.txt formatting

0.1
===

  - First version

