mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Update various variables, error strings, and the pending changelog entry to refer to new namespace terminology.
3 lines
307 B
Text
3 lines
307 B
Text
## 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`.
|