Skip to content

Commit 014595c

Browse files
committed
Add scriv changelog fragment for MultiAssetReturnCollateral fix
1 parent aec276d commit 014595c

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
<!--
15+
### Added
16+
17+
- A bullet item for the Added category.
18+
19+
-->
20+
<!--
21+
### Changed
22+
23+
- A bullet item for the Changed category.
24+
25+
-->
26+
<!--
27+
### Deprecated
28+
29+
- A bullet item for the Deprecated category.
30+
31+
-->
32+
### Fixed
33+
34+
- Fixed flaky `MultiAssetReturnCollateral` test by using deterministic UTxO
35+
selection instead of relying on query ordering.
36+
37+
<!--
38+
### Security
39+
40+
- A bullet item for the Security category.
41+
42+
-->
43+
<!--
44+
### Tests
45+
46+
- A bullet item for the Tests category.
47+
48+
-->
49+
<!--
50+
### Documentation
51+
52+
- A bullet item for the Documentation category.
53+
54+
-->
55+
<!--
56+
### Maintenance
57+
58+
- A bullet item for the Maintenance category.
59+
60+
-->

0 commit comments

Comments
 (0)