Add semver notes

This commit is contained in:
Ian Jackson 2022-08-09 13:06:49 +01:00
parent 4111c63bd4
commit d9338293c8
6 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1 @@
ADDED: `channel` configuration, and `channnel.padding` config variable.

View File

@ -0,0 +1,2 @@
ADDED: PaddingNegotiateCmd caret_int
BREAKING: PaddingNegotiate constructors changed

View File

@ -0,0 +1,4 @@
BREAKING: get_or_launch takes a ChannelUsage argument
BREAKING: ChanMgr::new takes new dormancy, config, and netparams arguments
BREAKING: AbstractChannel has a new method engage_padding_activities
ADDED: ChannelConfig, Dormancy, ChannelUsage

View File

@ -0,0 +1 @@
BREAKING: Circuit construction now requires a ChannelUsage

View File

@ -0,0 +1,2 @@
ADDED: ReconfigureError::Bug enum variant
ADDED: misc::PaddingLevel

View File

@ -1 +1,8 @@
BREAKING: Remove key-specific accessors.
BREAKING: ChannelsParamsUpdates renamed to ChannelPaddingInstructionsUpdates
ADDED: Channel::engage_padding_activities
ADDED: New methods for updating dormancy, netparams, and config
BREAKING: padding::Parameters fields (builder methods) renamed to remove _ms suffix
ADDED: padding::Parameters constructor disabled, and method padding_negotiate_cell
BREAKING: ChannelsParamsUpdates::total_update changed, is now initial_update
ADDED: ChannelPaddingInstructionsUpdates::combine, and field accessors