summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-15 19:05:26 +0200
committerHubert Chathi <hubert@uhoreg.ca>2019-10-15 19:05:26 +0200
commit8608bbcde3aba1c5e775db1e9290d1d582aa0e71 (patch)
treeba54aa63e9dc252ad9055925a8423d282c6c86ce /CHANGELOG.md
parentadd namespacing and deleting to key-value storage (diff)
make update and put in Polyjuice.Client.Filter public
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53bec00..bc4b028 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,11 @@ Breaking changes:
- The `Polyjuice.Client.Storage` protocol adds a `kv_del` function. Modules
that implement the protocol must add this function to their implementations.
+Features:
+
+- Make `Polyjuice.Client.Filter.update/4` and `Polyjuice.Client.Filter.put/3`
+ public.
+
0.2.1
=====