Adding changelog.

This commit is contained in:
Gareth J. Greenaway 2020-11-02 10:14:10 -08:00 committed by Daniel Wozniak
parent 7de1722ed5
commit 13b4de945e

1
changelog/58861.fixed Normal file
View file

@ -0,0 +1 @@
Log a different obeject when debugging if we're using disk cache vs memory cache. The disk cache pillar class has the dict object but the cache pillar object which is used with the memory cache does not include a _dict obeject because it is a dict already.