diff options
author | David Rothstein <drothstein@gmail.com> | 2012-06-10 18:51:21 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-06-10 18:51:21 -0400 |
commit | d072581b8922d3b9dee978e59ebd5fcb6e54b93e (patch) | |
tree | 9819be2d0fdcd7de7746f054eb3f5dd72c87b37a | |
parent | 5c6c07b7808a3e550cc769dc6667cbcd2abd5667 (diff) | |
download | brdo-d072581b8922d3b9dee978e59ebd5fcb6e54b93e.tar.gz brdo-d072581b8922d3b9dee978e59ebd5fcb6e54b93e.tar.bz2 |
Issue #1495648 followup: Link to change notification for entity language support improvements in CHANGELOG.txt.
-rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d09db0637..a3db7755e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,7 +13,8 @@ Drupal 7.15, xxxx-xx-xx (development version) - Added EntityFieldQuery support for taxonomy bundles. - Introduced generic entity language support. Entities may now declare their language property in hook_entity_info(), and modules working with entities - may access the language using entity_language() (API change). + may access the language using entity_language() (API change: + http://drupal.org/node/1626346). - Fixed regression: The first plural index on a page was not calculated correctly. - Fixed bug: Language detection by domain only worked on port 80. |