diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 006b2052c5..9248df9331 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -36,7 +36,7 @@ Drupal 8.3.0, 2017-04-05 upload option. * CKEditor now utilizes the AutoGrow plugin to better take advantage of larger screen sizes. -- Improved site administration experience: +- Improved site building and administration: * Redesigned status report. * Standardized display of Views overview page to more closely match that of other administrative overview pages. @@ -45,6 +45,8 @@ Drupal 8.3.0, 2017-04-05 * The "Allowed HTML tags" input has been converted to a textarea, which significantly improves the usability of HTML filter configuration. * Removed the 'disabled' region from block administration. + * Incoming paths are again case-insensitive for routing, similar to earlier + major Drupal versions. - Content Moderation improvements (experimental): * Refactored to use new experimental Workflows module. * Now supports moderation of non-translatable entity types. @@ -109,9 +111,6 @@ Drupal 8.3.0, 2017-04-05 * Custom modules and themes can now be installed to correct locations using composer. * Added Package.json enabling new JavaScript language features. -- Miscellaneous changes: - * Incoming paths are again case-insensitive for routing, similar to earlier - major Drupal versions. Drupal 8.2.0, 2016-10-05 ------------------------