Skip to content

Commit

Permalink
Add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Feb 14, 2025
1 parent 077b286 commit 7b07e45
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Adapt to the use of the `ApplyOpts` interface in Byron, Shelley and
Cardano. See description of the feature in `ouroboros-consensus`
package.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

### Patch

- Use `OmitLedgerEvents` when ticking blocks in the forging loop

<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->
<!--
### Breaking
- A bullet item for the Breaking category.
-->
22 changes: 22 additions & 0 deletions ouroboros-consensus/changelog.d/20250214_122203_jasataco_sts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Expose `ApplyOpts` when calling ledger rules. This allows users of our library to choose whether to enable or disable validation as well as emit or do not emit ledger events.

0 comments on commit 7b07e45

Please sign in to comment.