Use past tense in changelog

This commit is contained in:
rijkvanzanten
2023-04-26 17:08:39 -04:00
parent f4698b5de3
commit cdf8d94ec1
3 changed files with 3 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
'@directus/api': patch
---
Fixes a problem that could auth to fail with third party OAuth2/OpenID that rely on refresh tokens
Fixed a problem that could auth to fail with third party OAuth2/OpenID that rely on refresh tokens

View File

@@ -2,5 +2,5 @@
'@directus/api': patch
---
Fixes a problem that could cause duplicate assets from being generated to disk for repeated access to the same
Fixed a problem that could cause duplicate assets from being generated to disk for repeated access to the same
permutation.

View File

@@ -2,4 +2,4 @@
'docs': patch
---
Add warning note about the requirement of a package.json file when initializing Directus from node directly
Added warning note about the requirement of a package.json file when initializing Directus from node directly