X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=pending_changelog%2Fkvstore.txt;h=3fe949500e6ecd16852023a88eac96bb43d21441;hb=154cd3c043ebcc323f0f98b8f22ad683d2771472;hp=d96fd69371b32bef578fe7a0d7bd143fa864df5c;hpb=c60d3058af1b8bdbb5de47d960d8a68a009ecdb7;p=rust-lightning diff --git a/pending_changelog/kvstore.txt b/pending_changelog/kvstore.txt index d96fd693..3fe94950 100644 --- a/pending_changelog/kvstore.txt +++ b/pending_changelog/kvstore.txt @@ -1,3 +1,3 @@ ## Backwards Compatibility -* Users migrating custom persistence backends from the pre-v0.0.117 `KVStorePersister` interface can use a concatenation of `[{namespace}/[{sub_namespace}/]]{key}` to recover a `key` compatible with the data model previously assumed by `KVStorePersister::persist`. +* 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`.