diff options
author | David Rothstein <drothstein@gmail.com> | 2013-12-30 22:47:58 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2013-12-30 22:47:58 -0500 |
commit | 031c13e7af20c91f5b461ab134495b74366a60eb (patch) | |
tree | 736722dda828b5b29473c2ae37e03101bfce7d80 | |
parent | 8ef1386c29138b5e6ac4b7a138a1c70b5d5404c2 (diff) | |
download | brdo-031c13e7af20c91f5b461ab134495b74366a60eb.tar.gz brdo-031c13e7af20c91f5b461ab134495b74366a60eb.tar.bz2 |
Grammar consistency fix in CHANGELOG.txt.
-rw-r--r-- | CHANGELOG.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f0beefd8..698f85a08 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,7 +7,7 @@ Drupal 7.25, xxxx-xx-xx (development version) engines even when Drupal is installed in a subfolder (minor markup change). - Fixed a bug in the database API that caused frequent deadlock errors when running merge queries on some servers. -- Performance improvement: Prevent block rehashing from writing blocks to the +- Performance improvement: Prevented block rehashing from writing blocks to the database on every cache clear and cron run when the blocks have not changed. This fix results in an extra 'saved' key which is added and set to TRUE for each block returned by _block_rehash() that actually is saved to the database |