From 1cd109e3a7f1cc30c10e9340655997c494d299e2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 3 Dec 2022 21:21:10 -0500 Subject: [PATCH] Update changelog. --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b9d49bf..31c0e7b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +v3.0.0 +====== + +Project no longer exposes a "cache" (or related options for cache-path). +Instead, state from cookies from the API is stored in an "app data" +path (platform-specific). + +It's no longer possible to disable the "cache". Cookies are persisted +unconditionally. + +As a result, a UUID is persisted only if an API login succeeded. + v2.0.0 ======