diff options
author | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:40:16 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:40:16 -0500 |
commit | ef4ca19f0bb66bbf2bdcf3830fb2c9c5ea311e85 (patch) | |
tree | 7b7953a6983750fee8c8fe631a72a24449bfdc8e | |
parent | 00c288876fa1398a6ad1790d9f459fb123060089 (diff) | |
download | brdo-ef4ca19f0bb66bbf2bdcf3830fb2c9c5ea311e85.tar.gz brdo-ef4ca19f0bb66bbf2bdcf3830fb2c9c5ea311e85.tar.bz2 |
Fix minor typo 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 6facbfcbd..eeaaca398 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -47,7 +47,7 @@ Drupal 7.17, xxxx-xx-xx (development version) Seven theme (markup change). - Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be double-escaped. The fix replaces the taxonomy vocabulary overview page and - "Edit shortcuts" menu items' title callbacks entries in hook_menu() with new + "Edit shortcuts" menu items' title callback entries in hook_menu() with new functions that do not escape HTML characters (data structure change). - Modified the Update manager module to allow drupal.org to collect usage statistics for individual modules and themes, rather than only for entire |