summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-05 23:22:21 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-05 23:22:21 -0400
commit705eb17dea58d0bf06013e14748cf86168ed75d4 (patch)
treee34bcb329cb55b1c4b1a6c4cc29618e443aa4d35 /CHANGELOG.txt
parenteb13c0cec7fa5ccec202bcf7ec4f26e40b5365ec (diff)
downloadbrdo-705eb17dea58d0bf06013e14748cf86168ed75d4.tar.gz
brdo-705eb17dea58d0bf06013e14748cf86168ed75d4.tar.bz2
Issue #2026269 by Spleshka: Fixed Different default values for filter_allowed_protocols() variable.
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 c56694ce8..1978e3985 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
+ functions.
- Performance improvement: Allowed all hooks to be included in the
module_implements() cache, even those that are only invoked on HTTP POST
requests.