Skip to content
Draft
Show file tree
Hide file tree
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
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- `localOptimizationConfig` export for managing a local optimization config
cache: download `percent.json`, pre-fetch per-filter `stats.json`, and reset
cached state. Intended for offline / reproducible local filter builds.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project rules require an [Unreleased] link reference when adding the ## [Unreleased] section. Please add it after the section entries, e.g.

[Unreleased]: https://github.com/AdguardTeam/FiltersCompiler/compare/v3.2.6...HEAD


## [v3.2.6] - 2026-03-24

### Changed
Expand Down
Loading
Loading