summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-06-23 16:35:04 -0400
commit3201287ba449a71ea01c2159b59b71a020617ea5 (patch)
tree7cd7fafbd7d65eea15126d5115e5524bd71e0671 /CHANGELOG.txt
parentb0338a93aef22f078dac74dfefdf7aca2dbb481b (diff)
downloadbrdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.gz
brdo-3201287ba449a71ea01c2159b59b71a020617ea5.tar.bz2
Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
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 18bebb547..71b5c0fd1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.23, xxxx-xx-xx (development version)
-----------------------
+- 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
additional places in the code, for added security in the case where there is
no hash salt in settings.php.