Browse Source

chore: Update changelog

Michael Bromley 9 months ago
parent
commit
aa0f4cc55e
1 changed files with 0 additions and 11 deletions
  1. 0 11
      CHANGELOG.md

+ 0 - 11
CHANGELOG.md

@@ -7,17 +7,6 @@
 * **core** Align Express & types versions ([ba4111b](https://github.com/vendure-ecommerce/vendure/commit/ba4111b))
 * **core** Relax some express typings to prevent v4/v5 types conflicts ([97e53d5](https://github.com/vendure-ecommerce/vendure/commit/97e53d5))
 
-#### Features
-
-* **admin-ui** Implement UI for scheduled tasks ([555bd11](https://github.com/vendure-ecommerce/vendure/commit/555bd11))
-* **core** Add cleanSessionsTask to default scheduled tasks ([05bb3c0](https://github.com/vendure-ecommerce/vendure/commit/05bb3c0))
-* **core** Create session cleanup task, add docs to scheduler types ([f649bd7](https://github.com/vendure-ecommerce/vendure/commit/f649bd7)), closes [#1425](https://github.com/vendure-ecommerce/vendure/issues/1425)
-* **core** Implement basic task scheduling mechanism ([6160edd](https://github.com/vendure-ecommerce/vendure/commit/6160edd)), closes [#1425](https://github.com/vendure-ecommerce/vendure/issues/1425)
-* **core** Implement query for scheduled tasks ([3c657fb](https://github.com/vendure-ecommerce/vendure/commit/3c657fb)), closes [#1425](https://github.com/vendure-ecommerce/vendure/issues/1425)
-* **core** Implement update of enabled status of tasks ([6243ab8](https://github.com/vendure-ecommerce/vendure/commit/6243ab8))
-* **create** Add DefaultSchedulerPlugin to default config ([47e698d](https://github.com/vendure-ecommerce/vendure/commit/47e698d))
-* **dashboard** Implement UI for scheduled tasks ([4692b2d](https://github.com/vendure-ecommerce/vendure/commit/4692b2d))
-
 ## <small>3.2.2 (2025-04-03)</small>
 
 #### Fixes