From 6bde40f4c895a1248c67ce3392e34a96345c78f7 Mon Sep 17 00:00:00 2001 From: Santiago Sanz Date: Fri, 2 Sep 2022 17:22:25 +0200 Subject: [PATCH] Updated README and CHANGELOG --- CHANGELOG.md | 4 ++++ docs/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208514e1b..3500527dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- A new feature called Export module; allowing to report all records into a single file. + ## [3.5.0] - 2022-08-24 ### Fixed diff --git a/docs/README.md b/docs/README.md index ba88a2b92..b117e3593 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ Here a customer will be able to visualize the history, status and details of the ### Admin: Return Request List -In this section of the merchant's admin, merchants are capable of visualizing and managing all the return requests created by their customers. +In this section of the merchant's admin, merchants are capable of visualizing and managing all the return requests created by their customers, while also being able to export all or some records to a single file. ### Admin: Return Settings