diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-19 20:32:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-19 20:32:10 +0000 |
commit | 48d8c4ec405864dabc1f7aa9d82f1402a77eceff (patch) | |
tree | 3a6c7caed1134ab6b2166161576c84286217d1ed | |
parent | 24669bfb50d643330cd50cbeea21d19d51107a36 (diff) | |
download | brdo-48d8c4ec405864dabc1f7aa9d82f1402a77eceff.tar.gz brdo-48d8c4ec405864dabc1f7aa9d82f1402a77eceff.tar.bz2 |
- Patch #493030 by scor: updated CHANGELOG.txt with RDF support.
-rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1071896f2..76282a5b3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -144,6 +144,9 @@ 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. + * Modules can specify how their data structure maps to RDF. + * Added support for RDFa export of nodes, comments, terms, users, etc. and + their fields. - Field API: * Custom data fields may be attached to nodes, users, comments and taxonomy terms. |