Skip to content

Commit 946fb19

Browse files
committed
Fix 0.22.3 release changelog
1 parent 1a796b0 commit 946fb19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ changes.
1515

1616
- Accept additional field `amount` when depositing to specify the amount of Lovelace that should be depositted to a Head returning any leftover to the user.
1717

18-
- Don't keep around invalid transactions as they could lead to stuck Head.
19-
2018
- Hydra API server responds with the correct `Content-Type` header `application-json`.
2119

2220
- Add `Environment` to `Greetings` message, enabling clients to access runtime settings.
@@ -72,12 +70,15 @@ when the number of persisted `StateChanged` events exceeds the configured `--per
7270

7371
## [0.22.3] - 2025-07-21
7472

75-
* Change behavior of `Hydra.Network.Etcd` to fallback to earliest possible
73+
- Change behavior of `Hydra.Network.Etcd` to fallback to earliest possible
7674
revision if `last-known-revision` is missing or too old. This can happen if a
7775
node is down for a long time and the `etcd` cluster compacted the last known
7876
revision in the meantime
7977
[#2136](https://github.com/cardano-scaling/hydra/issues/2136).
8078

79+
- Don't keep around invalid transactions as they could lead to stuck Head.
80+
81+
8182
## [0.22.2] - 2025-06-30
8283

8384
* Fix wrong hydra-script-tx-ids in networks.json

0 commit comments

Comments
 (0)