Update changelog and authors list

This commit is contained in:
Joost Cassee 2018-11-15 20:57:33 +01:00
parent 4f4de63759
commit a5ca5c7ae1
2 changed files with 12 additions and 1 deletions

View file

@ -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/

View file

@ -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)