From 61d55fe55bfdfca49c6609fb3b927c856e29be8f Mon Sep 17 00:00:00 2001 From: magedocs Date: Tue, 6 Apr 2021 19:04:03 +0000 Subject: [PATCH] Update News data --- Gemfile.lock | 2 +- src/_data/whats-new.yml | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5413c1f8cc7..a909f387222 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM unicode-display_width (1.7.0) verbal_expressions (0.1.5) wdm (0.1.1) - whatsup_github (0.4.0) + whatsup_github (0.4.1) netrc (~> 0.11) octokit (~> 4.20) thor (~> 1.1) diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index bc4fd34309a..9d346c3296b 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -4,8 +4,34 @@ description: This page contains recent changes that we think you'd like to know We exclude from this list proofreading, spelling checks, and all minor updates. link: "/whats-new.html" thread: "/whatsnew-feed.xml" -updated: Tue Mar 30 15:40:09 2021 +updated: Tue Apr 6 19:04:01 2021 entries: +- description: Added the Permissions section in the [Configure AWS S3 bucket for + remote storage](https://devdocs.magento.com/guides/v2.4/config-guide/remote-storage/config-remote-storage-aws-s3.html
) + topic. + versions: 2.4.x + type: Major Update + date: April 5, 2021 + link: https://github.com/magento-commerce/devdocs/pull/2194 + merge_commit: 13da3ed5295903949376f29bf59c421a117afb41 + contributor: dobooth + membership: false + labels: + - 2.4.x + - Major Update +- description: Redesigned the [system requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html) + page to make it easier to quickly identify supported versions of major requirements + across versions of Magento. + versions: 2.x + type: Major Update + date: April 5, 2021 + link: https://github.com/magento-commerce/devdocs/pull/2199 + merge_commit: 580fddd3267192ca3cc5c8de7b81999c2dbf11de + contributor: jeff-matthews + membership: false + labels: + - 2.x + - Major Update - description: Added [recommendations for improving build and deploy environment definitions](https://devdocs.magento.com/cloud/project/magento-env-yaml.html#configuration-management-optimization) related to [SCD performance](https://devdocs.magento.com/cloud/live/sens-data-over.html#scd-performance) if you have Configuration management enabled. @@ -30,7 +56,7 @@ entries: link: https://github.com/magento/devdocs/pull/8846 merge_commit: 844fd8790086f020221805ecd61bf58cc8a67441 contributor: abukatar - membership: true + membership: false labels: - 2.x - Internal Dev