Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

# CHANGELOG

## 1.0.0-beta02 (2026-02-22)

- `allow` now supports multiple modules. Contributed by @DatL4g.
- `allow` can be used with type-safe project accessors. Contributed by @DatL4g.
- Groovy support improvements. Contributed by @DatL4g.
- `allowExternalLibraries` is now available within `restrictModule`.
- Libraries can now be displayed in the html graph report via `report { showLibrariesInGraph = true }`

## 1.0.0-beta01 (2026-02-19)

- Added support for KMP
Expand Down