Skip to content

Commit

Permalink
docs(changelog): CHANGELOG updated with new changes
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <[email protected]>
  • Loading branch information
kaanyagci committed Sep 6, 2023
1 parent 577ae2c commit f7417d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `SECRET_KEY` optional environment variable ([#671](https://github.com/Substra/substra-backend/pull/671))
- `/api-token-auth/` and the associated tokens can now be disabled through the `EXPIRY_TOKEN_ENABLED` environment variable and `server.allowImplicitLogin` chart value ([#698](https://github.com/Substra/substra-backend/pull/698))
- Tokens issued by `/api-token-auth/` can now be deleted like other API tokens, through a `DELETE` request on the `/active-api-tokens` endpoint ([#698](https://github.com/Substra/substra-backend/pull/698))

- A standalone Docker image for updating Private CA Certificates. ([726](https://github.com/Substra/substra-backend/pull/726))

### Changed

- Increase the number of tasks displayable in frontend workflow [#697](https://github.com/Substra/substra-backend/pull/697)
Expand Down

0 comments on commit f7417d2

Please sign in to comment.