summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-10 14:00:35 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-10 14:00:35 -0400
commitab4064e9ae9071a01f3e65446608f17d1f565daf (patch)
treef709643491a2e000e53b88e038839658e6b55f81 /CHANGELOG.txt
parentc60d7b098a9db9abd9a8de3b6f125df3a2bfda24 (diff)
downloadbrdo-ab4064e9ae9071a01f3e65446608f17d1f565daf.tar.gz
brdo-ab4064e9ae9071a01f3e65446608f17d1f565daf.tar.bz2
Issue #2470525 by berenddeboer, osman: statistics_node_view overwrites #attached JavaScript
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 699318087..b988a1e2a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- Fixed a bug in the Statistics module that caused JavaScript files attached to
+ a node while it is being viewed to be omitted from the page.
- Added an optional 'project:' prefix that can be added to dependencies in a
module's .info file to indicate which project the dependency resides in.
- Fixed various bugs that occurred after hooks were invoked early in the Drupal