diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d759e96..3e79941c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### v2.11.20240609 - June 9th, 2024 - Improved database performance for the K2 Content module. When selecting specific items, a single query will now be executed instead of distinct queries, as was done previously. -- Improve database performance for itemlist views (category, tag, user, date, search) by using a forced index on the category JOIN +- Improved database performance for itemlist views (category, tag, user, date, search) by using a forced index on the category JOIN. The performance benefits for this change will be greatly noticed on sites with dozens to hundreds of thousands of K2 items, especially during crawling times by search engines, SEO bots etc. - New update endpoints (now hosted on GitHub) - this will allow for faster code updates & releases from essentially a single point/codebase ---