diff --git a/AUTHORS.rst b/AUTHORS.rst index 7b93fa8..a97c052 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,6 +1,6 @@ The django-analytical package was written by `Joost Cassee`_, with contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, -`Steven Skoczen`_ and others. +`Steven Skoczen`_ `Piet Delport`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -14,6 +14,7 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_. .. _`Eric Davis`: https://github.com/edavis .. _`Paul Oswald`: https://github.com/poswald .. _`Uros Trebec`: https://github.com/failedguidedog -.. _`Steven Skoczen`: https://github.com/https://github.com/skoczen +.. _`Steven Skoczen`: https://github.com/skoczen +.. _`Piet Delport`: https://github.com/pjdelport .. _Analytical: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32903c0..e4f68ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +Development +----------- +* Update testing code for Django 1.4 (Piet Delport) + Version 0.12.0 -------------- * Add support for the UserVoice service.