Add 0.0.117 release notes
[rust-lightning] / pending_changelog / kvstore.txt
diff --git a/pending_changelog/kvstore.txt b/pending_changelog/kvstore.txt
deleted file mode 100644 (file)
index 3fe9495..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-## Backwards Compatibility
-
-* Users migrating custom persistence backends from the pre-v0.0.117 `KVStorePersister` interface can use a concatenation of `[{primary_namespace}/[{secondary_namespace}/]]{key}` to recover a `key` compatible with the data model previously assumed by `KVStorePersister::persist`.