Skip to content

Commit 2eb6772

Browse files
committed
update CHANGELOG
1 parent 1a31407 commit 2eb6772

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ changes.
3939

4040
- Label threads, queues and vars.
4141

42+
- **BREAKING** Enable handling client recover in all head states.
43+
4244
## [0.22.4] - 2025-08-05
4345

4446
- Fix API not correctly handling event log rotation. This was evident in not

hydra-cluster/test/Test/EndToEndSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ spec = around (showLogsOnFailure "EndToEndSpec") $ do
307307
withBackend (contramap FromCardanoNode tracer) tmpDir $ \blockTime backend -> do
308308
publishHydraScriptsAs backend Faucet
309309
>>= rejectCommit tracer tmpDir blockTime backend
310-
fit "can recover deposit" $ \tracer -> do
310+
it "can recover deposit" $ \tracer -> do
311311
withClusterTempDir $ \tmpDir -> do
312312
withBackend (contramap FromCardanoNode tracer) tmpDir $ \_ backend -> do
313313
publishHydraScriptsAs backend Faucet

0 commit comments

Comments
 (0)