🐛 Prevent analytics partial from being cached

Fixes #480
This commit is contained in:
James Panther
2023-03-05 08:58:13 +11:00
parent ae300f4f76
commit fcffdfd8a6
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -16,6 +16,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Upgrade to Chart.js v4.2.1 ([#472](https://github.com/jpanther/congo/pull/472))
- Upgrade to Tailwind v3.2.7 ([#491](https://github.com/jpanther/congo/pull/491))
### Fixed
- Caching the analytics partial prevents some advanced analytics use cases ([#480](https://github.com/jpanther/congo/issues/480))
## [2.5.2] - 2023-01-24
### Added