summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
commit2bc9e50dbaa83df96090172b3fc682bd9a291588 (patch)
treee698368b8fa1a11e46f47924f76fbd4a526648f5 /CHANGELOG.txt
parentd0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7 (diff)
downloadbrdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.gz
brdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.bz2
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 5ce66c7c9..2772dd92b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -109,7 +109,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Modules can declare RDF namespaces which are serialized in the <html> tag
for RDFa support.
- Field API:
- * Custom data fields may be attached to nodes and users in Drupal.
+ * Custom data fields may be attached to nodes and users, and taxonomy terms.
* Node bodies and teasers are now Field API fields instead of
being a hard-coded property of node objects.
* In addition, any other object type may register with Field API