Skip to content

Commit 8100815

Browse files
sirtimidclaude
andcommitted
docs: consolidate changelog entries
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c71221 commit 8100815

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ocap-kernel/CHANGELOG.md

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

1010
### Added
1111

12-
- Export `DEFAULT_ALLOWED_GLOBALS` constant containing the default set of host/Web API endowments available to vats ([#933](https://github.com/MetaMask/ocap-kernel/pull/933))
13-
- Add configurable `allowedGlobals` parameter to `VatSupervisor` constructor, defaulting to `DEFAULT_ALLOWED_GLOBALS` ([#933](https://github.com/MetaMask/ocap-kernel/pull/933))
14-
- Expand available vat endowments with `URL`, `URLSearchParams`, `atob`, `btoa`, `AbortController`, and `AbortSignal` ([#933](https://github.com/MetaMask/ocap-kernel/pull/933))
15-
- Log a warning when a vat requests an unknown global ([#933](https://github.com/MetaMask/ocap-kernel/pull/933))
12+
- Make vat global allowlist configurable and expand available endowments ([#933](https://github.com/MetaMask/ocap-kernel/pull/933))
13+
- Export `DEFAULT_ALLOWED_GLOBALS` with `URL`, `URLSearchParams`, `atob`, `btoa`, `AbortController`, and `AbortSignal` in addition to the existing globals
14+
- Accept optional `allowedGlobals` on `VatSupervisor` for custom allowlists
15+
- Log a warning when a vat requests an unknown global
1616

1717
### Changed
1818

0 commit comments

Comments
 (0)