Changelog updates for transform fixes (ENT) (#10528)

This commit is contained in:
Scott Miller 2020-12-10 13:59:30 -06:00 committed by GitHub
parent a73e834fda
commit e177818fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

6
changelog/_1622.txt Normal file
View File

@ -0,0 +1,6 @@
```release-note:bug
transform (enterprise): Fix bug tokenization handling metadata on exportable stores
transform (enterprise): Fix transform configuration not handling `stores` parameter on the legacy path
transform (enterprise): Make expiration timestamps human readable
transform (enterprise): Return false for invalid tokens on the validate endpoint rather than returning an HTTP error
```

3
changelog/_1637.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
transform (enterprise): Fix bug where tokenization store changes are persisted but don't take effect
```