summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt3
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.