diff --git a/AUTHORS.rst b/AUTHORS.rst index f3854d2..fda4f9a 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -4,7 +4,8 @@ contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_, `Tinnet Coronam`_, `Philippe O. Wagner`_, `Max Arnold`_ , `Martín Gaitán`_, `Craig Bruce`_, `Peter Bittner`_, `Scott Adams`_, `Eric Amador`_, `Alexandre Pocquet`_, `Brad Pitcher`_, `Hugo Osvaldo Barrera`_, -`Nikolay Korotkiy`_, `Steve Schwarz`_, `Aleck Landgraf`_ and others. +`Nikolay Korotkiy`_, `Steve Schwarz`_, `Aleck Landgraf`_, +`Marc Bourqui`_, `Diederik van der Boor`_ and others. Included Javascript code snippets for integration of the analytics services were written by the respective service providers. @@ -37,6 +38,8 @@ The work on Intercom was made possible by `GreenKahuna`_. .. _`Nikolay Korotkiy`: https://github.com/sikmir .. _`Steve Schwarz`: https://github.com/saschwarz .. _`Aleck Landgraf`: https://github.com/alecklandgraf +.. _`Marc Bourqui`: https://github.com/mbourqui +.. _`Diederik van der Boor`: https://github.com/vdboor .. _`Analytical`: https://github.com/jkrall/analytical .. _`Bateau Knowledge`: http://www.bateauknowledge.nl/ .. _`GreenKahuna`: http://www.greenkahuna.com/ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 087964c..858f2bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +Development +----------- +* Add support for Google analytics.js (Marc Bourqui) +* Add support for Intercom HMAC identity verification (Pi Delport) +* Add support for HotJar (Pi Delport) +* Make sure _trackPageview happens before other settings in Google Analytics + (Diederik van der Boor) + Version 2.4.0 ------------- * Support Django 2.0 (Matthäus G. Chajdas)