Skip to content

Commit 1128d85

Browse files
committed
Add a folder to track CHANGELOG entries for the next release
1 parent e84c8be commit 1128d85

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CONTRIBUTING.md

+4
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 which have nontrivial backwards compatibility considerations should
104+
have an entry added in the `pending_changelog` folder which includes the
105+
CHANGELOG entries which should be added in the next release.
106+
103107
Peer review
104108
-----------
105109

pending_changelog/1699.txt

+2
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 the current time, not a counter, for any existing nodes which upgrade.

0 commit comments

Comments
 (0)