# Changelog
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.1.0] - 2026-02-02
### Added
- Added `is_full()` and `is_empty()` methods for quick status checks.
- Added bitwise set operations: `union( ... )`, `intersection( ... )`, and `difference( ... )`.
## [v1.0.0] - 2026-01-29
### Changed
- It actually exists.
[Unreleased]: https://github.com/sanko/Acme-Bitfield.pm/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/sanko/Acme-Bitfield.pm/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/sanko/Acme-Bitfield.pm/releases/tag/v1.0.0