ChangeLog.rst 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 2018.5.11
  2. =========
  3. ----
  4. * Fixed #9: Error when installing on Python 2.
  5. 2018.5.1
  6. ========
  7. ----
  8. * Fixed #7: process_exception() should not delete the request when using MIDDLEWARE.
  9. * Feature #5: Fix encoding error in the setup.py file.
  10. 2016.3.16
  11. =========
  12. ----
  13. * Add Django 1.10 support.
  14. 2014.9.19
  15. =========
  16. ----
  17. * Feature: Add packaging files: ``AUTHORS.rst``, ``ChangeLog.rst``, ``MANIFEST.in``.
  18. * Feature: Typos and fix ``README.rst`` spellings and remove unneeded files.
  19. * Feature: Enhance documentation.
  20. * Feature: Change release version numbering to date based.
  21. * Feature: Add ``Python 2``, ``Python 3``, ``PyPy`` support.
  22. 1.0
  23. ===
  24. ----
  25. * Initial version and stable for production.