Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal/drupal/CHANGELOG.txt,v
retrieving revision 1.297
diff -u -p -r1.297 CHANGELOG.txt
--- CHANGELOG.txt	8 Mar 2009 03:14:49 -0000	1.297
+++ CHANGELOG.txt	9 Mar 2009 12:12:43 -0000
@@ -91,6 +91,12 @@ Drupal 7.0, xxxx-xx-xx (development vers
 - 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.
 
