hasmtlib-1.3.0: CHANGELOG.md
# Changelog
All notable changes to the hasmtlib library 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 [PVP versioning](https://pvp.haskell.org/).
## v1.3.0 _(2024-07-12)_
### Added
- Added cardinality constraints with `Language.Hasmtlib.Counting`
## v1.2.0 _(2024-07-11)_
### Added
- Added n-ary comparisons `distinct` & `equal`
### Changed
- *(breaking change)* When using `interactiveWith` the `SMTOption` `Incremental` is no longer set by default anymore
## v1.1.2 _(2024-07-02)_
### Changed
- Minor internal changes
## v1.1.1 _(2024-06-25)_
### Added
- Added this `CHANGELOG.md` file
## v1.1.0 _(2024-06-21)_
### Added
- Added `ArraySort` and full support for its SMTLib2 standard specification