updated changelog

This commit is contained in:
Gani Georgiev 2022-12-14 12:32:11 +02:00
parent 8815f6060c
commit 4cbb7f58cd
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
- Improved record references delete performance. - Improved record references delete performance.
- Removed the unnecessary parenthesis in the generated filter SQL query, reducing the "parse stack overflow" errors.
- Removed `rest.UploadedFile` struct (see below `filesystem.File`). - Removed `rest.UploadedFile` struct (see below `filesystem.File`).
- Added generic file resource struct that allows loading and uploading file content from - Added generic file resource struct that allows loading and uploading file content from