diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index cf70f68..1c5f8a5 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -53,7 +53,6 @@ Drupal 8.0.x, xxxx-xx-xx (development version) and other runtime values. * Supports configuration schema, dependencies, and validation to maintain data-integrity between deployments and updates. - - Improved authoring experience: * Added the CKEditor WYSIWYG editor. Clean markup guaranteed thanks to tight integration with the filter system. @@ -200,8 +199,6 @@ Drupal 8.0.x, xxxx-xx-xx (development version) * APCu, memory, and PHP file caching backends added to core, alongside support for a chained, consistent cache backend to support correctly using fast local cache implementations with multiple web servers. - - - When using MySQL, the MyISAM engine is no longer supported. - Testing improvements * Added PHPUnit for proper unit testing, see