summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 16:33:08 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 16:33:08 -0400
commitd9cf661c18053c514d822733b219ebea50e695cc (patch)
tree859a8dce9535acafa96680a7881311e3754a2d2a /CHANGELOG.txt
parent51755eb58c5caaa294a7617e55658aaa1473de07 (diff)
downloadbrdo-d9cf661c18053c514d822733b219ebea50e695cc.tar.gz
brdo-d9cf661c18053c514d822733b219ebea50e695cc.tar.bz2
Issue #1915088 by openminds, bfroehle: Fixed SkipDotsRecursiveDirectoryIterator not skipping dot-files when they are the first entry.
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 a8fd518dc..dead2710e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.22, xxxx-xx-xx (development version)
-----------------------
+- Fixed a bug which prevented Drupal's file transfer functionality from working
+ on some PHP 5.4 systems.
- Fixed incorrect log message when theme() is called for a theme hook that does
not exist (minor string change).
- Fixed Drupal's token-replacement system to allow spaces in the token value.