summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-12 00:54:08 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-12 00:54:08 -0400
commit3d1be9b5ca8cf7baadeb2e86665c080526d805cf (patch)
treeb5858dba12b203000fb2e661a4c86d28644c8905 /CHANGELOG.txt
parent890d98ac96b578206733236ecc23acaf57585454 (diff)
downloadbrdo-3d1be9b5ca8cf7baadeb2e86665c080526d805cf.tar.gz
brdo-3d1be9b5ca8cf7baadeb2e86665c080526d805cf.tar.bz2
Issue #2342667 by claudiu.cristea, Dave Reid, ndobromirov: Cron and batch processing of queues are not accepting callables
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 c0b63c861..ce4501782 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,9 @@
Drupal 7.40, xxxx-xx-xx (development version)
-----------------------
+- The "worker callback" provided in hook_cron_queue_info() and the "finished"
+ callback specified during batch processing can now be any PHP callable
+ instead of just functions.
- 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")