core/CHANGELOG.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 58d1c90..a92fc6a 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -34,11 +34,11 @@ Drupal 8.3.0, 2017-04-05 * Views filter order now matches the table column order below in Content and People overview pages. - Improved REST API and decoupled site features: - * REST API now supports anonymous registration requests. - * Anonymous REST request performance increased by 60% by utilizing the page - cache. - * Improved the response messages and status codes for requests with missing - or incorrect headers and wrong sent data. + * REST API now supports the registering of users. + * Anonymous REST API performance increased by 60% by utilizing the internal + page cache. + * Improved the response bodies and status codes for requests with incorrect + request headers or request bodies, in dozens of situations. * Massive overhaul of the test coverage. * 403 responses now return reason why access was denied. - Improved performance/scalability: