Skip to content

Commit 2c71221

Browse files
sirtimidclaude
andcommitted
docs: fix PR number in changelog
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c84dc3 commit 2c71221

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 ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
13-
- Add configurable `allowedGlobals` parameter to `VatSupervisor` constructor, defaulting to `DEFAULT_ALLOWED_GLOBALS` ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
14-
- Expand available vat endowments with `URL`, `URLSearchParams`, `atob`, `btoa`, `AbortController`, and `AbortSignal` ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
15-
- Log a warning when a vat requests an unknown global ([#931](https://github.com/MetaMask/ocap-kernel/pull/931))
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))
1616

1717
### Changed
1818

0 commit comments

Comments
 (0)