The document summarizes changes to the field system in Drupal 8. Key points include:
- Fields and field storage have been unified and moved into configuration entities for improved portability and management. Field definitions and instances are now configuration entities.
- Field types, formatters and widgets are now plugins for improved extensibility. Field item storage and access is standardized through interfaces.
- The field API and entity API have been merged, allowing fields to work across all entity types through a common storage system and set of APIs.