summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-08-06 02:29:50 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-08-06 02:29:50 -0400
commitf5df089dd0b2aa5da1f495d792bcecb39f422b9a (patch)
tree906cea01184edca6d6fcc940301817606ab5f4ef /CHANGELOG.txt
parente51635121a9bd714060197350828881f67b8276d (diff)
downloadbrdo-f5df089dd0b2aa5da1f495d792bcecb39f422b9a.tar.gz
brdo-f5df089dd0b2aa5da1f495d792bcecb39f422b9a.tar.bz2
Added link to image style label change notification to CHANGELOG.txt.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 65d4ebd44..13942943f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -37,7 +37,7 @@ 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).
+ machine-readable name (API change: https://drupal.org/node/2058503).
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
additional places in the code, for added security in the case where there is
no hash salt in settings.php.