From e5048dfe0f61a7ba5ac7752500c1e48491903172 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 25 Jul 2022 10:07:11 +0200 Subject: [PATCH] Changelog for RC2. --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224a4d12e..8bac5c346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.0.0-rc2] - 2022-07-25 + +### Fixed + +* **Contents**: Disable the delete button on content list, if user does not have the necessary permissions. +* **Contents**: Fixed a bug which was hiding singleton schemas in the frontend. +* **Contents**: Fixed a critical bug with the validation scheduler. +* **Contents**: Use the correct asset folder, when asset is uploaded with button in rich text editor. +* **Indexing**: Several bugfixes with index grains. +* **Restore**: Fix a bug to restore apps without any published content items. +* **Translations**: Map the translation result code properly. +* **UI**: Several translation fixes. + +### Changed + +* **API**: Migration to System.Text.JSON for faster JSON performance. + +### Added + +* **Contents**: New flag to store each contnent in a dedicated collection, so that indexes can be created. + ## [6.10.0] - 2022-07-19 ### Fixed