Skip to content
Snippets Groups Projects
Commit c48884e3 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2709569 follow-up by dawehner: Adjustments to CHANGELOG.txt

parent 29ec0847
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -11,7 +11,7 @@ Drupal 8.1.0, 2016-04-20 ...@@ -11,7 +11,7 @@ Drupal 8.1.0, 2016-04-20
* Added Symfony Polyfill Iconv 1.1.0. * Added Symfony Polyfill Iconv 1.1.0.
* Added paragonie/random_compat 1.4.1. * Added paragonie/random_compat 1.4.1.
- Updated vendor libraries: - Updated vendor libraries:
* Updated to Symfony 2.8.4. * Updated to the last 2.x minor version of Symfony: 2.8 (2.8.4).
* Updated to CKEditor 4.5.8. * Updated to CKEditor 4.5.8.
* Updated to Modernizr 3.3.1. * Updated to Modernizr 3.3.1.
- Added modules: - Added modules:
...@@ -34,12 +34,13 @@ Drupal 8.1.0, 2016-04-20 ...@@ -34,12 +34,13 @@ Drupal 8.1.0, 2016-04-20
reducing the code needed to extend them. reducing the code needed to extend them.
* Simplified Migrate API by replacing migration configuration entities with * Simplified Migrate API by replacing migration configuration entities with
migration plugins. migration plugins.
* Added support for entity types to specify translatable plural labels. * Various improvements for defining entity types:
* Added a revision log interface and trait for revisionable entity types. * Added support for entity types to specify translatable plural labels.
* Added key field definitions to ContentEntityBase, reducing code from * Added a revision log interface and trait for revisionable entity types.
child classes. * Added key field definitions to ContentEntityBase, reducing code from
* Added generic route providers for add-page and add-form entity routes, child classes.
reducing the code needed to define an entity type. * Added generic route providers for add-page and add-form entity routes,
reducing the code needed to define an entity type.
- Testing improvements: - Testing improvements:
* Added support for automated JavaScript testing. * Added support for automated JavaScript testing.
* Added verbose output for BrowserTestBase. * Added verbose output for BrowserTestBase.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment