summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-12-30 20:27:24 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-12-30 20:27:24 -0500
commit5a10f6f5f48e7b5a0760f551f3f69c7a7cb3432e (patch)
tree9a0afb19523c444515fb62f02b912abee418120f
parentccec3e93828e385bd5caef2bb949c7a7b49d74d5 (diff)
downloadbrdo-5a10f6f5f48e7b5a0760f551f3f69c7a7cb3432e.tar.gz
brdo-5a10f6f5f48e7b5a0760f551f3f69c7a7cb3432e.tar.bz2
Added link to the change notification for the new Statistics module feature from issue #1209532.
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a4758eb25..2bceed71f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -43,7 +43,8 @@ Drupal 7.25, xxxx-xx-xx (development version)
- Added an optional feature to the Statistics module to allow node views to be
tracked by Ajax requests rather than during the server-side generation of the
page. This allows the node counter to work on sites that use external page
- caches (string change and new administrative option).
+ caches (string change and new administrative option:
+ https://drupal.org/node/2164069).
- Added a link to the drupal.org documentation page for cron to the Cron
settings page (string change).
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user