summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-13 02:14:55 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-13 02:14:55 -0400
commit60114fe076ddc72b03ee7f4c25b1db607fbac51e (patch)
tree749970406d86cc76aee237414b5f716db6964690 /CHANGELOG.txt
parentff246ebcc9b67f7a47ad52529ae81a60a3269305 (diff)
downloadbrdo-60114fe076ddc72b03ee7f4c25b1db607fbac51e.tar.gz
brdo-60114fe076ddc72b03ee7f4c25b1db607fbac51e.tar.bz2
Various updates to CHANGELOG.txt in preparation for the 7.40 release.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ed1dd62bd..6fc860bfe 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -34,7 +34,7 @@ Drupal 7.40, xxxx-xx-xx (development version)
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
where the PHP maximum execution time is already unlimited.
- Changed the default thousand marker for numeric fields from a space ("1 000")
- to nothing ("1000").
+ to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
- Prevented malformed theme .info files (without a "name" key) from causing
exceptions during menu rebuilds. If an .info file without a "name" key is
found in a module or theme directory, Drupal will now use the module or
@@ -44,7 +44,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.
+ module's .info file to indicate which project the dependency resides in (API
+ addition: https://www.drupal.org/node/2299747).
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
bootstrap and that caused module_implements() and drupal_alter() to cache an
incomplete set of hook implementations for later use.
@@ -52,9 +53,12 @@ Drupal 7.40, xxxx-xx-xx (development version)
certain web browsers from picking an unsafe MIME type.
- Prevented the database API from executing multiple queries at once on MySQL,
if the site's PHP version is new enough to do so. This is a secondary defense
- against SQL injection attacks.
+ against SQL injection (API change: https://www.drupal.org/node/2463973).
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
to fail when there were multiple file records pointing to the same file.
+- Numerous small bug fixes.
+- Numerous API documentation improvements.
+- Additional automated test coverage.
Drupal 7.39, 2015-08-19
-----------------------