diff --git a/CHANGELOG.md b/CHANGELOG.md index 661cdc7d3850..6bae35d6a416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## \[2.10.1\] - 2024-01-18 + +### Changed + +- KeyDB used as data cache replaced by Kvrocks + () + +### Fixed + +- 504 Timeout error when exporting resources to cloud storage + () +- Enqueuing deferred jobs when their dependencies have been started -> cancelled -> restarted -> finished + () + +- UI failed when open context menu for a skeleton element on a frame with a conflict + () +- Issue can not be created for a skeleton element in review mode + () + ## \[2.10.0\] - 2024-01-10 diff --git a/changelog.d/20240108_231721_maria_fix_export_to_cloud_storage.md b/changelog.d/20240108_231721_maria_fix_export_to_cloud_storage.md deleted file mode 100644 index 13554c9e98fc..000000000000 --- a/changelog.d/20240108_231721_maria_fix_export_to_cloud_storage.md +++ /dev/null @@ -1,6 +0,0 @@ -### Fixed - -- 504 Timeout error when exporting resources to cloud storage - () -- Enqueuing deferred jobs when their dependencies have been started -> cancelled -> restarted -> finished - () diff --git a/changelog.d/20240115_172625_andrey_switch_to_kvrocks.md b/changelog.d/20240115_172625_andrey_switch_to_kvrocks.md deleted file mode 100644 index 079ad5fbd8eb..000000000000 --- a/changelog.d/20240115_172625_andrey_switch_to_kvrocks.md +++ /dev/null @@ -1,4 +0,0 @@ -### Changed - -- KeyDB used as data cache replaced by Kvrocks - () diff --git a/changelog.d/20240117_093145_boris_fixed_ui_fail.md b/changelog.d/20240117_093145_boris_fixed_ui_fail.md deleted file mode 100644 index 20a57f4cafd3..000000000000 --- a/changelog.d/20240117_093145_boris_fixed_ui_fail.md +++ /dev/null @@ -1,6 +0,0 @@ -### Fixed - -- UI failed when open context menu for a skeleton element on a frame with a conflict - () -- Issue can not be created for a skeleton element in review mode - ()