This document discusses new features in the InnoDB storage engine in MySQL 8.0, including a single shared data dictionary, serialized dictionary information stored in tablespaces, and atomic DDL operations using a new DDL log table. It also describes improvements to ALTER TABLE operations with a new instant ADD COLUMN algorithm that does not require rebuilding tables.