CHANGES
=======

0.5.0
-----

* Remove oslo.utils dependency
* Updated from global requirements
* Ensure that the incoming 'new_class' is actually a class
* Allow providing the deprecation category

0.4.0
-----

* Uncap library requirements for liberty
* No longer need to workaround six issue/bug
* Add pypi download + version badges
* Updated from global requirements

0.3.0
-----

* Add a removed module deprecation helper
* Updated from global requirements
* Move to hacking 0.10
* Add a 'removed_kwarg' function/method decorator
* Match the updated openstack-manuals description
* Format the method/class removals messages like the others
* Add examples of using the new removals decorator

0.2.0
-----

* Add a removal decorator
* Add doctested examples into the documentation
* Add universal wheel tag to setup.cfg

0.1.0
-----

* Upper case python
* Fix up the docs into reasonable shape
* Add a moved *instance* method deprecation pattern
* Initial import of renames/moves + tests
* Add a .gitreview file with correct values
* Adjust summary of project
* Initial commit
