Add a folder to track CHANGELOG entries for the next release

This commit is contained in:
Matt Corallo 2022-09-07 00:01:12 +00:00
parent 989cb064b5
commit e2495f237e
2 changed files with 6 additions and 0 deletions

View file

@ -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
-----------

View 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.