From 32e04215ce1b43fa57605f91d75e3e5d63c4a4a9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 9 Mar 2009 20:41:25 +0000 Subject: [PATCH] - Patch #368661 by mechfish, axyjo: added Fields API to CHANGELOG.txt. --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37e10ccccfa6..1e4c8e84d3a3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -91,6 +91,12 @@ Drupal 7.0, xxxx-xx-xx (development version) - Added RDF support: * 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. + * In addition, any other object type may register with Field API + and allow custom data fields to be attached to itself. + * Provides a subset of the features of the Content Construction + Kit (CCK) module. - Upgraded the core JavaScript library to jQuery version 1.3.2. - Upgraded the jQuery Forms library to 2.21. -- GitLab