Merge pull request #2413 from valentinewallace/2023-07-route-blinding
[rust-lightning] / pending_changelog / kvstore.txt
1 ## Backwards Compatibility
2
3 * 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`.