Update changelog

Signed-off-by: Tim Hansen <timbonicush@spotify.com>
This commit is contained in:
Tim Hansen
2023-05-17 10:20:03 -06:00
parent 24e648f056
commit 23612c55e2
+8
View File
@@ -3,3 +3,11 @@
---
Changed the default backend CacheClient to an in-memory cache when not explicitly configured.
Explicit configuration of an **in-memory cache** can be removed from `app-config.yaml`, as this is now the default:
```diff
backend:
- cache:
- store: memory
```