fix(sdk): extensions: [] now disables discovery as documented (#465)

This commit is contained in:
Aliou Diallo 2026-01-05 16:55:51 +01:00 committed by GitHub
parent 6a8609ac56
commit 042d3fa310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- SDK: passing `extensions: []` now disables extension discovery as documented ([#465](https://github.com/badlogic/pi-mono/pull/465) by [@aliou](https://github.com/aliou))
## [0.36.0] - 2026-01-05
### Added