mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
Add a folder to track CHANGELOG entries for the next release
This commit is contained in:
parent
989cb064b5
commit
e2495f237e
2 changed files with 6 additions and 0 deletions
|
@ -100,6 +100,10 @@ comment suggesting that you're working on it. If someone is already assigned,
|
|||
don't hesitate to ask if the assigned party or previous commenters are still
|
||||
working on it if it has been awhile.
|
||||
|
||||
Any changes that have nontrivial backwards compatibility considerations should
|
||||
have an entry added in the `pending_changelog` folder which includes the
|
||||
CHANGELOG entries that should be added in the next release.
|
||||
|
||||
Peer review
|
||||
-----------
|
||||
|
||||
|
|
2
pending_changelog/1699.txt
Normal file
2
pending_changelog/1699.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
`broadcast_node_announcement` has been moved to `PeerManager` from `ChannelManager`.
|
||||
`PeerManager::new`'s new `current_time` argument must be set to a UNIX timestamp, not a persistent counter, for any existing nodes that upgrade.
|
Loading…
Add table
Reference in a new issue