summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-15 18:53:22 +0200
committerHubert Chathi <hubert@uhoreg.ca>2019-10-15 18:53:22 +0200
commit095844fa358842da7880785311d9707359e14c6d (patch)
treea12c45b8837bf5f1015bc8f4994d7ee901244604 /CHANGELOG.md
parentfix typo (diff)
add namespacing and deleting to key-value storage
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6643d45..53bec00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+0.3.0-pre
+=====
+
+Breaking changes:
+
+- The `Polyjuice.Client.Storage` protocol adds a namespace parameter to the
+ key-value storage functions. Code that uses the function must add this
+ parameter to their calls, and modules that implement the protocol must add
+ this parameter to their implementations. Existing stored data should be
+ migrated.
+- The `Polyjuice.Client.Storage` protocol adds a `kv_del` function. Modules
+ that implement the protocol must add this function to their implementations.
+
0.2.1
=====