From 7ebf9df7ae2534bad66dc4f102993f5fb6d789b2 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sun, 17 Apr 2022 13:49:34 -0500 Subject: Move all cache policy-related modules to separate 'policy' subpackage --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'HISTORY.md') diff --git a/HISTORY.md b/HISTORY.md index 3d2bb01..7014b22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -50,6 +50,9 @@ The following undocumented behaviors have been removed: `CachedSession.settings`. * Previously, some settings could be modified by setting them on either `CachedSession` or `BaseCache`. In some cases this could silently fail or otherwise have undefined behavior. +Internal module changes: +* The contents of the `cache_control` module have been split up into multiple modules in a new `policy` subpackage + ### 0.9.3 (2022-02-22) * Fix handling BSON serializer differences between pymongo's `bson` and standalone `bson` codec. * Handle `CorruptGridFile` error in GridFS backend -- cgit v1.2.1