Update changelog

This commit is contained in:
Joost Cassee 2012-08-14 08:46:35 +02:00
parent 3eb0ba07f9
commit 652a084532
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
The django-analytical package was written by `Joost Cassee`_, with
contributions from `Eric Davis`_, `Paul Oswald`_, `Uros Trebec`_,
`Steven Skoczen`_ `Piet Delport`_ and others.
`Steven Skoczen`_, `Piet Delport`_, `Sandra Mau`_ and others.
Included Javascript code snippets for integration of the analytics
services were written by the respective service providers.
@ -16,5 +16,6 @@ The work on Crazy Egg was made possible by `Bateau Knowledge`_.
.. _`Uros Trebec`: https://github.com/failedguidedog
.. _`Steven Skoczen`: https://github.com/skoczen
.. _`Piet Delport`: https://github.com/pjdelport
.. _`Sandra Mau`: https://github.com/xthepoet
.. _Analytical: https://github.com/jkrall/analytical
.. _`Bateau Knowledge`: http://www.bateauknowledge.nl/

View file

@ -1,5 +1,6 @@
Development
-----------
* Add support for the KISSmetrics alias feature (Sandra Mau)
* Update testing code for Django 1.4 (Piet Delport)
Version 0.12.0

View file

@ -108,7 +108,8 @@ Just remember that if you set the same context variable in the
:class:`~django.template.context.RequestContext` constructor and in a
context processor, the latter clobbers the former.
.. _kiss-metrics-event:
.. _kiss-metrics-alias:
Alias
-----
@ -128,9 +129,9 @@ For example::
The output script tag will then include the corresponding properties as
documented in the `KISSmetrics alias API`_ docs.
.. _`KISSmetrics alias API`: http://support.kissmetrics.com/apis/common-methods#alias
Recording events
----------------