diff --git a/CHANGELOG.md b/CHANGELOG.md index 7224dc9e6..a4752267a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - Updated the uploaded filename normalization to take double extensions in consideration ([#4824](https://github.com/pocketbase/pocketbase/issues/4824)) -- Added collections schema cache to help speed up the common List and View requests execution with ~25%. +- Added Collection models cache to help speed up the common List and View requests execution with ~25%. _This was extracted from the ongoing work on [#4355](https://github.com/pocketbase/pocketbase/discussions/4355) and there are many other small optimizations already implemented but they will have to wait for the refactoring to be finalized._