Webstack-django-sorting Changelog
=================================

Version 1.0.0
-------------

Released on January 24th 2017

- Now switching between ascending, descending, and no sorting
- Removed webstack_django_sorting.middleware.SortingMiddleware
- Fixed sorting on edge cases
- Django 1.10 support
- Improved Python 3 support
- Add first tests

Version 0.5.0
-------------

Released on January 3rd 2017

- Restore compatibility with Django v1.8 and lower
- Fix reading of README.rst with Python 3
- Cleanup in test project

Version 0.4.3
-------------

Released on December 10th 2016

- Compatibility with Django v1.9
- Better MANIFEST.in
