We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08812ef commit e5df1e6Copy full SHA for e5df1e6
ouroboros-network-framework/CHANGELOG.md
@@ -20,6 +20,7 @@
20
### Non-breaking changes
21
22
* Added tracing on CM connVars for testing purposes.
23
+* Improved haddocks of `Hanshake` protocol codec.
24
25
## 0.13.2.4 -- 2024-08-27
26
ouroboros-network-protocols/CHANGELOG.md
@@ -6,6 +6,11 @@
6
7
* Adapt the `versionNumber` cddl definition to account for `NodeToClientVersionV18`.
8
* Use `typed-protocols-0.3.0.0`.
9
+* `Ouroboros.Network.Protocols.TxSubmission2.Codec.{encode,decode}TxSubmission2` are no longer exported.
10
+
11
+### Non-breaking changes
12
13
+* Improved haddocks of `node-to-node` mini-protocol codecs.
14
15
## 0.10.0.2 -- 2024-08-27
16
0 commit comments