summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-09 20:41:25 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-09 20:41:25 +0000
commit32e04215ce1b43fa57605f91d75e3e5d63c4a4a9 (patch)
tree3006929c0128969250b0f5cec25d8b125044e055 /CHANGELOG.txt
parent38c38558d10f77acf423b888cace6a40a9b4f2e0 (diff)
downloadbrdo-32e04215ce1b43fa57605f91d75e3e5d63c4a4a9.tar.gz
brdo-32e04215ce1b43fa57605f91d75e3e5d63c4a4a9.tar.bz2
- Patch #368661 by mechfish, axyjo: added Fields API to CHANGELOG.txt.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 37e10cccc..1e4c8e84d 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.