Skip to content

Commit 3f07e5e

Browse files
dfa1claude
andcommitted
docs(changelog): note WriteOptions Zstd/cascading guard
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LjU7zWghUiJauRxK58nyUs
1 parent d2a7703 commit 3f07e5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- `WriteOptions.withZstd(true)` now throws `IllegalArgumentException` when `allowedCascading()` is `0` — Zstd only ever competes inside the cascade, so at the default cascading depth the flag was a silent no-op producing byte-identical output to `defaults()`. ([#366](https://github.com/dfa1/vortex-java/pull/366))
13+
1014
## [0.14.0] — 2026-09-03
1115

1216
### Added

0 commit comments

Comments
 (0)