diff --git a/HISTORY.rst b/HISTORY.rst index 8f358e2..8723cce 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,11 @@ UNRELEASED * Add explicit `created_by` argument to `CeleryResourceMixin` and pass it in `ExportJobSerializer` validation +* Add export/import action mixins `api.mixins.ExportStartActionMixin` + and `api.mixins.ImportStartActionMixin` +* Add `api.views.BaseExportJobViewSet`, `BaseExportJobForUsersViewSet`, + `api.views.BaseImportJobViewSet` and `BaseImportJobForUsersViewSet` for + job management 1.3.1 (2025-01-13) ------------------