shep

Multi-state key stores using bit masks for python3
git clone git://git.defalsify.org/shep.git
Log | Files | Refs | LICENSE

commit 497b615fe34886291c13ebde87740b2dd008f9cd
parent 6349ce2519b413d2232975716870a37831247acb
Author: lash <dev@holbrook.no>
Date:   Mon,  7 Nov 2022 00:23:20 +0000

Update changelog

Diffstat:
MCHANGELOG | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,8 +1,10 @@ - 0.3.0 * Clean up lingering keys in lists when moving from alias state * Properly set default state when set through instantiation - * pass key to verifier (breaking change) - * ensure all states persisted even if empty + * Pass key to verifier (breaking change) + * Ensure all states and aliases persisted even if empty + * Allow auto-generated aliases when listing all states + * Reformat auto-generated aliases, double underscore instead of dot (breaking change) - 0.2.10 * Add count active states method * Enable complete replace of NEW state on state instantiation