Skip to content

Commit e726e34

Browse files
committed
changelog: move transfer user ownership entries to unreleased
1 parent 1596fe9 commit e726e34

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010

11+
- Smartcontract
12+
- Add `TransferUserOwnership` instruction (variant 104) to transfer user ownership between access passes, updating connection counters and merging multicast allowlists; authorized by feed authority ownership or foundation allowlist membership
13+
- Add `feed_authority` to `RemoveMulticastGroupSubAllowlist` auth check, matching `AddMulticastGroupSubAllowlist`
14+
- CLI
15+
- Automatically transfer user ownership from feed authority to client payer on `connect multicast` when the client has an access pass for the same IP
16+
1117
## [v0.15.0](https://github.com/malbeclabs/doublezero/compare/client/v0.14.0...client/v0.15.0) - 2026-03-27
1218

1319
- Client
@@ -37,10 +43,6 @@ All notable changes to this project will be documented in this file.
3743
- Onchain Programs
3844
- Serviceability: update device interface IPs when `tunnel_net` is changed via `UpdateLink`, matching the existing `ActivateLink` behavior ([#3365](https://github.com/malbeclabs/doublezero/pull/3365))
3945
- Serviceability: `AcceptLink` supports combined accept+activate via `use_onchain_allocation` flag, gated on `OnChainAllocation` feature flag ([#3369](https://github.com/malbeclabs/doublezero/pull/3369))
40-
- Serviceability: add `TransferUserOwnership` instruction (variant 104) to transfer user ownership between access passes, updating connection counters and merging multicast allowlists; authorized by feed authority ownership or foundation allowlist membership
41-
- Serviceability: add `feed_authority` to `RemoveMulticastGroupSubAllowlist` auth check, matching `AddMulticastGroupSubAllowlist`
42-
- CLI
43-
- Automatically transfer user ownership from feed authority to client payer on `connect multicast` when the client has an access pass for the same IP
4446
- Client
4547
- Get client IP from the daemon in the disconnect command, matching the connect command's behavior, to avoid IP mismatches behind NAT
4648
- Onchain Programs

0 commit comments

Comments
 (0)