summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-06-23 17:17:12 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-06-23 17:17:12 -0400
commitf083e0f782cf424c3b93b4c3cbacd51bfb635e5f (patch)
tree29b90b556496afa1dad3b156dee62c1bf212968e /CHANGELOG.txt
parent3201287ba449a71ea01c2159b59b71a020617ea5 (diff)
downloadbrdo-f083e0f782cf424c3b93b4c3cbacd51bfb635e5f.tar.gz
brdo-f083e0f782cf424c3b93b4c3cbacd51bfb635e5f.tar.bz2
Issue #1850798 by damiankloip, ACF, geerlingguy, pfrenssen, David_Rothstein | mvc: Add a recursive version of array_diff_assoc().
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 71b5c0fd1..e8c923167 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- Added a drupal_array_diff_assoc_recursive() function to allow associative
+ arrays to be compared recursively (API addition).
- Added human-readable labels to image styles, in addition to the existing
machine-readable name (API change).
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in