summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-16 11:35:52 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-16 11:35:52 +0000
commit76151a8bc900ebb38c76170283a05df791311f76 (patch)
treedf9d3103010eb9452a55e2a0e901faf30d5e58bc /CHANGELOG.txt
parent46546ef478615dc1ac371c12cf392cabc1901cba (diff)
downloadbrdo-76151a8bc900ebb38c76170283a05df791311f76.tar.gz
brdo-76151a8bc900ebb38c76170283a05df791311f76.tar.bz2
- Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 542e04b1d..863bc7a20 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -20,6 +20,9 @@ Drupal 7.0, xxxx-xx-xx (development version)
simple method for blocking IP addresses. E-mail and username restrictions
are now available in a contributed module. IP address range blocking is
no longer supported and should be done at the server level.
+- Removed throttle module:
+ * The throttle module has been removed. Alternative methods to improve
+ performance are available in core and contributed modules.
Drupal 6.0, 2008-02-13
----------------------