diff options
author | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:07:44 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-11-07 16:07:44 -0500 |
commit | 00c288876fa1398a6ad1790d9f459fb123060089 (patch) | |
tree | f60e38fc2affe50961897c83fc5511d56f058990 | |
parent | 7208952fae23553625412119487010a33f73c5ea (diff) | |
download | brdo-00c288876fa1398a6ad1790d9f459fb123060089.tar.gz brdo-00c288876fa1398a6ad1790d9f459fb123060089.tar.bz2 |
Add links to Drupal 7.17 change notifications to CHANGELOG.txt.
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4bb7aee34..6facbfcbd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,9 +22,9 @@ Drupal 7.17, xxxx-xx-xx (development version) database tables changing from VARCHAR to TEXT fields). - Added hook_taxonomy_term_view() and standardized the process for rendering taxonomy terms to invoke hook_entity_view() and otherwise make it consistent - with other entities (API change). + with other entities (API change: http://drupal.org/node/1808870). - Added hook_entity_view_mode_alter() to allow modules to change entity view - modes on display. + modes on display (API addition: http://drupal.org/node/1833086). - Fixed a bug which made database queries running a "LIKE" query on blob fields fail on PostgreSQL databases. This caused errors during the Drupal 6 to Drupal 7 upgrade. |