Skip to content

Commit

Permalink
Updated CHANGELOG.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 20, 2024
1 parent 06c916f commit 2e2bece
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ouroboros-network-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Renamed:
* `accBigPoolStake` -> `accumulateBigLedgerStake`
and `reRelativeStake` -> `recomputeRelativeStake`
* Using `typed-protocols-0.2.0.0`.

### Non-breaking changes

Expand Down
3 changes: 3 additions & 0 deletions ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

### Breaking changes

* Added `createConnectedBufferedChannelsUnbounded`.
* Use `typed-protocols-0.2.0.0`.

### Non-breaking changes

* Make it build with ghc-9.10
Expand Down
1 change: 1 addition & 0 deletions ouroboros-network-protocols/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
NumTxIdsToAck
* Use `NumTxIdsToAck` newtype wrapper for number of unacked txid's
in `txSubmissionInbound` and `txSubmissionOutbound`
* Use `typed-protocols-0.2.0.0`.

## 0.9.0.0 -- 2024-06-07

Expand Down
1 change: 1 addition & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Added `daMinBigLedgerPeersForTrustedState` to `ArgumentsExtra` when starting diffusion.
It is used by `outboundConnectionsState` when signaling trust state when syncing in
Genesis mode. Default value is provided by the Configuration module.
* Useing `typed-protocols-0.2.0.0`.

### Non-Breaking changes

Expand Down

0 comments on commit 2e2bece

Please sign in to comment.