diff --git a/docs/changelog.txt b/docs/changelog.txt index b3467fc..9ec3181 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -14,7 +14,7 @@ HEAD now only has the form ``'django_compressor.'``. To revert to the previous way simply set the ``COMPRESS_CACHE_KEY_FUNCTION`` - to ``'django_compressor.cache.socket_cachekey'``. + to ``'compressor.cache.socket_cachekey'``. - Added support for ``{{ block.super }}`` to ``compress`` management command.