Skip to content

Commit

Permalink
Add a folder to track CHANGELOG entries for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Sep 8, 2022
1 parent 989cb06 commit e2495f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------

Expand Down
2 changes: 2 additions & 0 deletions pending_changelog/1699.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e2495f2

Please sign in to comment.