Skip to content

Commit e2495f2

Browse files
committed
Add a folder to track CHANGELOG entries for the next release
1 parent 989cb06 commit e2495f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ comment suggesting that you're working on it. If someone is already assigned,
100100
don't hesitate to ask if the assigned party or previous commenters are still
101101
working on it if it has been awhile.
102102

103+
Any changes that have nontrivial backwards compatibility considerations should
104+
have an entry added in the `pending_changelog` folder which includes the
105+
CHANGELOG entries that should be added in the next release.
106+
103107
Peer review
104108
-----------
105109

pending_changelog/1699.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
`broadcast_node_announcement` has been moved to `PeerManager` from `ChannelManager`.
2+
`PeerManager::new`'s new `current_time` argument must be set to a UNIX timestamp, not a persistent counter, for any existing nodes that upgrade.

0 commit comments

Comments
 (0)