Skip to content

Commit 9f476a2

Browse files
committed
Add changelogs
1 parent 99970be commit 9f476a2

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Patch
10+
11+
- A bullet item for the Patch category.
12+
13+
-->
14+
<!--
15+
### Non-Breaking
16+
17+
- A bullet item for the Non-Breaking category.
18+
19+
-->
20+
21+
### Breaking
22+
23+
- Flip serialization of `TxIx` in Mempack, to ensure lexicographic order on the
24+
serialized form matches the Haskell Ord, allowing for incremental streaming of
25+
values among backends. Note this happens at the same time as the versioning of
26+
the LedgerTables codec which will induce a replay of the chain.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Patch
10+
11+
- A bullet item for the Patch category.
12+
13+
-->
14+
<!--
15+
### Non-Breaking
16+
17+
- A bullet item for the Non-Breaking category.
18+
19+
-->
20+
21+
### Breaking
22+
23+
- Version ledger tables encoding. Define `TablesCodecVersion1`.
24+
- InMemory snapshots used to store the tables in `<snap>/tables/tvar`. Now they
25+
store the tables in `<snap>/tables`.

0 commit comments

Comments
 (0)