Add links to Drupal 7.17 change notifications to CHANGELOG.txt.

merge-requests/26/head
David Rothstein 2012-11-07 16:07:44 -05:00
parent 7208952fae
commit 00c288876f
1 changed files with 2 additions and 2 deletions

View File

@ -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.