diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 4caa24c0af..ecec4a7b82 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -25,6 +25,7 @@ are underway and we hope to finalize it before 8.4.0-rc1. Symfony 3.2 and jQuery 3. Both updates may introduce backwards compatibility issues for some sites or modules, so test carefully. For more information, see the "Third-party library updates" section below. +* @todo: One such issue is with Drush https://www.drupal.org/node/2907224 * [Modal tour tips provided by the Tour module are not displayed correctly](https://www.drupal.org/node/2898808) because the third-party Joyride library has an incompatibility with jQuery 3. Tour tips are no longer centered and may be displayed entirely off-screen for @@ -36,6 +37,7 @@ are underway and we hope to finalize it before 8.4.0-rc1. but make sure you also set "Delete orphaned files" to "Never" on `/admin/config/media/file-system` to avoid permanent deletion of the affected files. +* @todo Some Symfony file handling thing https://www.drupal.org/node/2906030 ### Important fixes since 8.3.x @@ -178,6 +180,7 @@ for outstanding issues. the Seven theme, so it was not available in other administrative themes. [This meta information is now provided by node.module itself](https://www.drupal.org/node/2803875) so other administration themes can access it. +* [Views now supports rendering computed fields](https://www.drupal.org/node/2852067). ### REST and API-first improvements @@ -276,7 +279,7 @@ for outstanding issues. rolling back this library update if the [bug affecting tours](https://www.drupal.org/node/2898808) is not resolved in time for Drupal 8.4.0-beta1. * [zendframework/zend-diactoros has been updated from 1.3.10 to 1.4.0](https://www.drupal.org/node/2874817). * [jQuery UI has been updated from 1.11.4 to 1.12.1](https://www.drupal.org/node/2809427). -* [CKEditor has been updated from 4.6.2 to 4.7.1](https://www.drupal.org/node/2893566). +* [CKEditor has been updated from 4.6.2 to 4.7.2](https://www.drupal.org/node/2904142). * [asm89/stack-cors has been updated from 1.0 to 1.1](https://www.drupal.org/node/2853201). ### Experimental modules @@ -291,6 +294,8 @@ stable once all issues tagged [Migrate critical](https://www.drupal.org/project [`iterator` process plugin to `sub_process`](https://www.drupal.org/node/2845483) to better capture their purposes. (Backwards compatibility is provided for both process plugins since Migrate is in beta.) +* Added the ability to [provide the source module](https://www.drupal.org/node/2569805) + to migrations. #### Migrate Drupal and Migrate Drupal UI ([alpha stability](https://www.drupal.org/core/experimental#alpha)) @@ -321,6 +326,9 @@ Drupal versions. * [Renamed migration field plugins and classes](https://www.drupal.org/node/2683435) referring to custom fields provided by the Drupal 6 module CCK, which was replaced in Drupal 7 by the core Field API. [See the change record for more information about how this impacts your migration plugins](https://www.drupal.org/node/2751897). +* Field type mapping became easier with + [default implementations of getFieldFormatterMap() and processFieldValues()](https://www.drupal.org/node/2896507). +* Conflicting text field processing settings [are now identified and logged](https://www.drupal.org/node/2842222). #### Workflows ([beta stability](https://www.drupal.org/core/experimental#beta))